#24106A

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

Shades of Persian Indigo #24106A

Tints of Persian Indigo #24106A

Color information

#24106A (or 0x24106A) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 6A. RGB value is (36,16,106). Sum of RGB (Red+Green+Blue) = 36+16+106=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #24106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24106A is #DBEF95. Grayscale: #1F1F1F. Windows color (decimal): -14413718 or 6950948. OLE color: 6950948.

HSL color Cylindrical-coordinate representation of color #24106A: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24106A is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3616106-
CMYK0.660.8500.58
HSL253.33º73.77%23.92%-
HSV(B)253.33º84.91%41.57%-
XYZ3.511.7913.8-
YUV32.24169.63130.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 106 (41.80% from 255) = 67.09%
R=22.78%
G=10.13%
B=67.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36161060.660.8500.58253.3373.7723.92
Hex24106A425503Afd4a18
Octal442015210212507237511230
Binary10010010000110101010000101010101011101011111101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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