#240E62

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

Shades of Persian Indigo #240E62

Tints of Persian Indigo #240E62

Color information

#240E62 (or 0x240E62) is unknown color: approx Persian Indigo. HEX triplet: 24, 0E and 62. RGB value is (36,14,98). Sum of RGB (Red+Green+Blue) = 36+14+98=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #240E62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E62 is #DBF19D. Grayscale: #1D1D1D. Windows color (decimal): -14414238 or 6426148. OLE color: 6426148.

HSL color Cylindrical-coordinate representation of color #240E62: hue angle of 255.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240E62 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB361498-
CMYK0.630.8600.62
HSL255.71º75%21.96%-
HSV(B)255.71º85.71%38.43%-
XYZ3.091.5711.7-
YUV30.15166.29132.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=24.32%
G=9.46%
B=66.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3614980.630.8600.62255.717521.96
Hex24E623F5603E1004b16
Octal44161427712607640011326
Binary1001001110110001011111110101100111110100000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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