#24067F

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

Shades of Persian Indigo #24067F

Tints of Persian Indigo #24067F

Color information

#24067F (or 0x24067F) is unknown color: approx Persian Indigo. HEX triplet: 24, 06 and 7F. RGB value is (36,6,127). Sum of RGB (Red+Green+Blue) = 36+6+127=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #24067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24067F is #DBF980. Grayscale: #1C1C1C. Windows color (decimal): -14416257 or 8324644. OLE color: 8324644.

HSL color Cylindrical-coordinate representation of color #24067F: hue angle of 254.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24067F is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB366127-
CMYK0.720.9500.50
HSL254.88º90.98%26.08%-
HSV(B)254.88º95.28%49.8%-
XYZ4.622.0420.23-
YUV28.76183.44133.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.30%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 127 (50% from 255) = 75.15%
R=21.30%
G=3.55%
B=75.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3661270.720.9500.50254.8890.9826.08
Hex2467F485F032ff5b1a
Octal44617711013706237713332
Binary100100110111111110010001011111011001011111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24067F; }

 p { color: rgb(36,6,127); }

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

<style>
 a { background-color: #24067F; }

 a { background-color: rgb(36,6,127); }

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

<style>
 span { border-color: #24067F; }

 span { border-color: rgb(36,6,127); }

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