#240970

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

Shades of Persian Indigo #240970

Tints of Persian Indigo #240970

Color information

#240970 (or 0x240970) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 70. RGB value is (36,9,112). Sum of RGB (Red+Green+Blue) = 36+9+112=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #240970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240970 is #DBF68F. Grayscale: #1C1C1C. Windows color (decimal): -14415504 or 7342372. OLE color: 7342372.

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

Color convert

RGB369112-
CMYK0.680.9200.56
HSL255.73º85.12%23.73%-
HSV(B)255.73º91.96%43.92%-
XYZ3.751.7415.47-
YUV28.82174.95133.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=22.93%
G=5.73%
B=71.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3691120.680.9200.56255.7385.1223.73
Hex24970445C0381005518
Octal441116010413407040012530
Binary10010010011110000100010010111000111000100000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240970; }

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

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

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

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

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

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

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

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