#240579

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

Shades of Persian Indigo #240579

Tints of Persian Indigo #240579

Color information

#240579 (or 0x240579) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 79. RGB value is (36,5,121). Sum of RGB (Red+Green+Blue) = 36+5+121=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #240579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240579 is #DBFA86. Grayscale: #1B1B1B. Windows color (decimal): -14416519 or 7931172. OLE color: 7931172.

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

Color convert

RGB365121-
CMYK0.700.9600.53
HSL256.03º92.06%24.71%-
HSV(B)256.03º95.87%47.45%-
XYZ4.231.8618.23-
YUV27.49180.77134.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 121 (47.66% from 255) = 74.69%
R=22.22%
G=3.09%
B=74.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3651210.700.9600.53256.0392.0624.71
Hex2457946600351005c19
Octal44517110614006540013431
Binary1001001011111001100011011000000110101100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240579; }

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

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

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

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

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

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

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

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