#240A78

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

Shades of Persian Indigo #240A78

Tints of Persian Indigo #240A78

Color information

#240A78 (or 0x240A78) is unknown color: approx Persian Indigo. HEX triplet: 24, 0A and 78. RGB value is (36,10,120). Sum of RGB (Red+Green+Blue) = 36+10+120=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #240A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A78 is #DBF587. Grayscale: #1D1D1D. Windows color (decimal): -14415240 or 7866916. OLE color: 7866916.

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

Color convert

RGB3610120-
CMYK0.70.9200.53
HSL254.18º84.62%25.49%-
HSV(B)254.18º91.67%47.06%-
XYZ4.231.9517.92-
YUV30.31178.61132.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=21.69%
G=6.02%
B=72.29%

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
Decimal36101200.70.9200.53254.1884.6225.49
Hex24A78465C035fe5519
Octal441217010613406537612531
Binary1001001010111100010001101011100011010111111110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A78; }

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

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

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

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

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

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

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

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