#24086C

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

Shades of Persian Indigo #24086C

Tints of Persian Indigo #24086C

Color information

#24086C (or 0x24086C) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 6C. RGB value is (36,8,108). Sum of RGB (Red+Green+Blue) = 36+8+108=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #24086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086C is #DBF793. Grayscale: #1B1B1B. Windows color (decimal): -14415764 or 7079972. OLE color: 7079972.

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

Color convert

RGB368108-
CMYK0.670.9300.58
HSL256.8º86.21%22.75%-
HSV(B)256.8º92.59%42.35%-
XYZ3.521.6314.32-
YUV27.77173.28133.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=23.68%
G=5.26%
B=71.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3681080.670.9300.58256.886.2122.75
Hex2486C435D03A1015617
Octal441015410313507240112627
Binary10010010001101100100001110111010111010100000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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