#240870

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

Shades of Persian Indigo #240870

Tints of Persian Indigo #240870

Color information

#240870 (or 0x240870) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 70. RGB value is (36,8,112). Sum of RGB (Red+Green+Blue) = 36+8+112=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #240870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240870 is #DBF78F. Grayscale: #1B1B1B. Windows color (decimal): -14415760 or 7342116. OLE color: 7342116.

HSL color Cylindrical-coordinate representation of color #240870: hue angle of 256.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240870 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB368112-
CMYK0.680.9300.56
HSL256.15º86.67%23.53%-
HSV(B)256.15º92.86%43.92%-
XYZ3.741.7215.46-
YUV28.23175.28133.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 112 (44.14% from 255) = 71.79%
R=23.08%
G=5.13%
B=71.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3681120.680.9300.56256.1586.6723.53
Hex24870445D0381005718
Octal441016010413507040012730
Binary10010010001110000100010010111010111000100000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240870; }

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

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

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

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

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

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

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

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