#24036C

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

Shades of Persian Indigo #24036C

Tints of Persian Indigo #24036C

Color information

#24036C (or 0x24036C) is unknown color: approx Persian Indigo. HEX triplet: 24, 03 and 6C. RGB value is (36,3,108). Sum of RGB (Red+Green+Blue) = 36+3+108=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #24036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24036C is #DBFC93. Grayscale: #181818. Windows color (decimal): -14417044 or 7078692. OLE color: 7078692.

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

Color convert

RGB363108-
CMYK0.670.9700.58
HSL258.86º94.59%21.76%-
HSV(B)258.86º97.22%42.35%-
XYZ3.471.5214.3-
YUV24.84174.93135.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=24.49%
G=2.04%
B=73.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3631080.670.9700.58258.8694.5921.76
Hex2436C436103A1035f16
Octal44315410314107240313726
Binary100100111101100100001111000010111010100000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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