#240978

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

Shades of Persian Indigo #240978

Tints of Persian Indigo #240978

Color information

#240978 (or 0x240978) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 78. RGB value is (36,9,120). Sum of RGB (Red+Green+Blue) = 36+9+120=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #240978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240978 is #DBF687. Grayscale: #1D1D1D. Windows color (decimal): -14415496 or 7866660. OLE color: 7866660.

HSL color Cylindrical-coordinate representation of color #240978: hue angle of 254.59º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240978 is Cyan = 0.7, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB369120-
CMYK0.70.9200.53
HSL254.59º86.05%25.29%-
HSV(B)254.59º92.5%47.06%-
XYZ4.221.9317.92-
YUV29.73178.95132.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=21.82%
G=5.45%
B=72.73%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3691200.70.9200.53254.5986.0525.29
Hex24978465C035ff5619
Octal441117010613406537712631
Binary1001001001111100010001101011100011010111111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240978; }

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

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

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

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

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

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

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

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