#240D86

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

Shades of Persian Indigo #240D86

Tints of Persian Indigo #240D86

Color information

#240D86 (or 0x240D86) is unknown color: approx Persian Indigo. HEX triplet: 24, 0D and 86. RGB value is (36,13,134). Sum of RGB (Red+Green+Blue) = 36+13+134=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #240D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240D86 is #DBF279. Grayscale: #212121. Windows color (decimal): -14414458 or 8785188. OLE color: 8785188.

HSL color Cylindrical-coordinate representation of color #240D86: hue angle of 251.4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240D86 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3613134-
CMYK0.730.9000.47
HSL251.4º82.31%28.82%-
HSV(B)251.4º90.3%52.55%-
XYZ5.172.3822.74-
YUV33.67184.62129.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 134 (52.73% from 255) = 73.22%
R=19.67%
G=7.10%
B=73.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36131340.730.9000.47251.482.3128.82
Hex24D86495A02Ffb521d
Octal441520611113205737312235
Binary10010011011000011010010011011010010111111111011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,13,134); }

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

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

 a { background-color: rgb(36,13,134); }

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

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

 span { border-color: rgb(36,13,134); }

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