#240973

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

Shades of Persian Indigo #240973

Tints of Persian Indigo #240973

Color information

#240973 (or 0x240973) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 73. RGB value is (36,9,115). Sum of RGB (Red+Green+Blue) = 36+9+115=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #240973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240973 is #DBF68C. Grayscale: #1C1C1C. Windows color (decimal): -14415501 or 7538980. OLE color: 7538980.

HSL color Cylindrical-coordinate representation of color #240973: hue angle of 255.28º 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 #240973 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB369115-
CMYK0.690.9200.55
HSL255.28º85.48%24.31%-
HSV(B)255.28º92.17%45.1%-
XYZ3.921.8116.36-
YUV29.16176.45132.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=22.5%
G=5.62%
B=71.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3691150.690.9200.55255.2885.4824.31
Hex24973455C037ff5518
Octal441116310513406737712530
Binary1001001001111001110001011011100011011111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240973; }

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

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

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

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

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

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

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

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