#240E66

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

Shades of Persian Indigo #240E66

Tints of Persian Indigo #240E66

Color information

#240E66 (or 0x240E66) is unknown color: approx Persian Indigo. HEX triplet: 24, 0E and 66. RGB value is (36,14,102). Sum of RGB (Red+Green+Blue) = 36+14+102=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #240E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E66 is #DBF199. Grayscale: #1E1E1E. Windows color (decimal): -14414234 or 6688292. OLE color: 6688292.

HSL color Cylindrical-coordinate representation of color #240E66: hue angle of 255º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240E66 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3614102-
CMYK0.650.8600.6
HSL255º75.86%22.75%-
HSV(B)255º86.27%40%-
XYZ3.281.6512.72-
YUV30.61168.29131.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=23.68%
G=9.21%
B=67.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36141020.650.8600.625575.8622.75
Hex24E66415603Cff4c17
Octal441614610112607437711427
Binary1001001110110011010000011010110011110011111111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240E66; }

 p { color: rgb(36,14,102); }

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

<style>
 a { background-color: #240E66; }

 a { background-color: rgb(36,14,102); }

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

<style>
 span { border-color: #240E66; }

 span { border-color: rgb(36,14,102); }

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