#240770

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

Shades of Persian Indigo #240770

Tints of Persian Indigo #240770

Color information

#240770 (or 0x240770) is unknown color: approx Persian Indigo. HEX triplet: 24, 07 and 70. RGB value is (36,7,112). Sum of RGB (Red+Green+Blue) = 36+7+112=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #240770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240770 is #DBF88F. Grayscale: #1B1B1B. Windows color (decimal): -14416016 or 7341860. OLE color: 7341860.

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

Color convert

RGB367112-
CMYK0.680.9400.56
HSL256.57º88.24%23.33%-
HSV(B)256.57º93.75%43.92%-
XYZ3.731.715.46-
YUV27.64175.61133.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=23.23%
G=4.52%
B=72.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3671120.680.9400.56256.5788.2423.33
Hex24770445E0381015817
Octal44716010413607040113027
Binary1001001111110000100010010111100111000100000001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240770; }

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

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

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

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

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

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

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

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