#240972

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

Shades of Persian Indigo #240972

Tints of Persian Indigo #240972

Color information

#240972 (or 0x240972) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 72. RGB value is (36,9,114). Sum of RGB (Red+Green+Blue) = 36+9+114=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #240972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240972 is #DBF68D. Grayscale: #1C1C1C. Windows color (decimal): -14415502 or 7473444. OLE color: 7473444.

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

Color convert

RGB369114-
CMYK0.680.9200.55
HSL255.43º85.37%24.12%-
HSV(B)255.43º92.11%44.71%-
XYZ3.861.7916.06-
YUV29.04175.95132.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=22.64%
G=5.66%
B=71.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3691140.680.9200.55255.4385.3724.12
Hex24972445C037ff5518
Octal441116210413406737712530
Binary1001001001111001010001001011100011011111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240972; }

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

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

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

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

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

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

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

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