#24056A

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

Shades of Persian Indigo #24056A

Tints of Persian Indigo #24056A

Color information

#24056A (or 0x24056A) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 6A. RGB value is (36,5,106). Sum of RGB (Red+Green+Blue) = 36+5+106=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #24056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24056A is #DBFA95. Grayscale: #191919. Windows color (decimal): -14416534 or 6948132. OLE color: 6948132.

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

Color convert

RGB365106-
CMYK0.660.9500.58
HSL258.42º90.99%21.76%-
HSV(B)258.42º95.28%41.57%-
XYZ3.381.5213.75-
YUV25.78173.27135.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=24.49%
G=3.40%
B=72.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3651060.660.9500.58258.4290.9921.76
Hex2456A425F03A1025b16
Octal44515210213707240213326
Binary1001001011101010100001010111110111010100000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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