#240079

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

Shades of Persian Indigo #240079

Tints of Persian Indigo #240079

Color information

#240079 (or 0x240079) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 79. RGB value is (36,0,121). Sum of RGB (Red+Green+Blue) = 36+0+121=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #240079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240079 is #DBFF86. Grayscale: #181818. Windows color (decimal): -14417799 or 7929892. OLE color: 7929892.

HSL color Cylindrical-coordinate representation of color #240079: hue angle of 257.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240079 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB360121-
CMYK0.70100.53
HSL257.85º100%23.73%-
HSV(B)257.85º100%47.45%-
XYZ4.181.7618.21-
YUV24.56182.43136.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 77.07%
R=22.93%
G=0%
B=77.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3601210.70100.53257.8510023.73
Hex2407946640351026418
Octal44017110614406540214430
Binary10010001111001100011011001000110101100000010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240079; }

 p { color: rgb(36,0,121); }

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

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

 a { background-color: rgb(36,0,121); }

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

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

 span { border-color: rgb(36,0,121); }

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