#240570

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

Shades of Persian Indigo #240570

Tints of Persian Indigo #240570

Color information

#240570 (or 0x240570) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 70. RGB value is (36,5,112). Sum of RGB (Red+Green+Blue) = 36+5+112=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #240570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240570 is #DBFA8F. Grayscale: #1A1A1A. Windows color (decimal): -14416528 or 7341348. OLE color: 7341348.

HSL color Cylindrical-coordinate representation of color #240570: hue angle of 257.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240570 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB365112-
CMYK0.680.9600.56
HSL257.38º91.45%22.94%-
HSV(B)257.38º95.54%43.92%-
XYZ3.711.6515.45-
YUV26.47176.27134.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 112 (44.14% from 255) = 73.20%
R=23.53%
G=3.27%
B=73.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3651120.680.9600.56257.3891.4522.94
Hex2457044600381015b17
Octal44516010414007040113327
Binary1001001011110000100010011000000111000100000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240570; }

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

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

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

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

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

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

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

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