#240D77

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

Shades of Persian Indigo #240D77

Tints of Persian Indigo #240D77

Color information

#240D77 (or 0x240D77) is unknown color: approx Persian Indigo. HEX triplet: 24, 0D and 77. RGB value is (36,13,119). Sum of RGB (Red+Green+Blue) = 36+13+119=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #240D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D77 is #DBF288. Grayscale: #1F1F1F. Windows color (decimal): -14414473 or 7802148. OLE color: 7802148.

HSL color Cylindrical-coordinate representation of color #240D77: hue angle of 253.02º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240D77 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3613119-
CMYK0.700.8900.53
HSL253.02º80.3%25.88%-
HSV(B)253.02º89.08%46.67%-
XYZ4.21.9917.62-
YUV31.96177.12130.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 119 (46.88% from 255) = 70.83%
R=21.43%
G=7.74%
B=70.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36131190.700.8900.53253.0280.325.88
Hex24D774659035fd501a
Octal441516710613106537512032
Binary1001001101111011110001101011001011010111111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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