#24107B

Color #24107B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #24107B

Tints of Persian Indigo #24107B

Color information

#24107B (or 0x24107B) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 7B. RGB value is (36,16,123). Sum of RGB (Red+Green+Blue) = 36+16+123=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #24107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24107B is #DBEF84. Grayscale: #212121. Windows color (decimal): -14413701 or 8065060. OLE color: 8065060.

HSL color Cylindrical-coordinate representation of color #24107B: hue angle of 251.21º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24107B is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3616123-
CMYK0.710.8700.52
HSL251.21º76.98%27.25%-
HSV(B)251.21º86.99%48.24%-
XYZ4.492.1818.92-
YUV34.18178.13129.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=20.57%
G=9.14%
B=70.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36161230.710.8700.52251.2176.9827.25
Hex24107B4757034fb4d1b
Octal442017310712706437311533
Binary10010010000111101110001111010111011010011111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24107B; }

 p { color: rgb(36,16,123); }

 H1.HeaderClassName
 {
   color: #24107B;
 }
 .AnyTagClassName
 {
   color: #24107B;
 }
</style>
background-color css

<style>
 a { background-color: #24107B; }

 a { background-color: rgb(36,16,123); }

 div.DivClassName
 {
   background-color: #24107B;
 }
 .BgClassName
 {
   background-color: #24107B;
 }
</style>
border-color css

<style>
 span { border-color: #24107B; }

 span { border-color: rgb(36,16,123); }

 td.TdClassName
 {
   border-color: #24107B;
 }
 .TagClassName
 {
   border-color: #24107B;
 }
</style>