#24056C

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

Shades of Persian Indigo #24056C

Tints of Persian Indigo #24056C

Color information

#24056C (or 0x24056C) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 6C. RGB value is (36,5,108). Sum of RGB (Red+Green+Blue) = 36+5+108=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #24056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24056C is #DBFA93. Grayscale: #191919. Windows color (decimal): -14416532 or 7079204. OLE color: 7079204.

HSL color Cylindrical-coordinate representation of color #24056C: hue angle of 258.06º 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 #24056C is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB365108-
CMYK0.670.9500.58
HSL258.06º91.15%22.16%-
HSV(B)258.06º95.37%42.35%-
XYZ3.491.5714.31-
YUV26.01174.27135.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=24.16%
G=3.36%
B=72.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3651080.670.9500.58258.0691.1522.16
Hex2456C435F03A1025b16
Octal44515410313707240213326
Binary1001001011101100100001110111110111010100000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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