#24087A

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

Shades of Persian Indigo #24087A

Tints of Persian Indigo #24087A

Color information

#24087A (or 0x24087A) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 7A. RGB value is (36,8,122). Sum of RGB (Red+Green+Blue) = 36+8+122=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #24087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24087A is #DBF785. Grayscale: #1C1C1C. Windows color (decimal): -14415750 or 7997476. OLE color: 7997476.

HSL color Cylindrical-coordinate representation of color #24087A: hue angle of 254.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24087A is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB368122-
CMYK0.700.9300.52
HSL254.74º87.69%25.49%-
HSV(B)254.74º93.44%47.84%-
XYZ4.331.9518.56-
YUV29.37180.28132.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=21.69%
G=4.82%
B=73.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3681220.700.9300.52254.7487.6925.49
Hex2487A465D034ff5819
Octal441017210613506437713031
Binary1001001000111101010001101011101011010011111111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,8,122); }

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

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

 a { background-color: rgb(36,8,122); }

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

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

 span { border-color: rgb(36,8,122); }

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