#24106D

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

Shades of Persian Indigo #24106D

Tints of Persian Indigo #24106D

Color information

#24106D (or 0x24106D) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 6D. RGB value is (36,16,109). Sum of RGB (Red+Green+Blue) = 36+16+109=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #24106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24106D is #DBEF92. Grayscale: #202020. Windows color (decimal): -14413715 or 7147556. OLE color: 7147556.

HSL color Cylindrical-coordinate representation of color #24106D: hue angle of 252.9º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24106D is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3616109-
CMYK0.670.8500.57
HSL252.9º74.4%24.51%-
HSV(B)252.9º85.32%42.75%-
XYZ3.671.8514.63-
YUV32.58171.13130.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 109 (42.97% from 255) = 67.70%
R=22.36%
G=9.94%
B=67.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36161090.670.8500.57252.974.424.51
Hex24106D4355039fd4a19
Octal442015510312507137511231
Binary10010010000110110110000111010101011100111111101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24106D; }

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

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

<style>
 a { background-color: #24106D; }

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

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

<style>
 span { border-color: #24106D; }

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

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