#240560

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

Shades of Persian Indigo #240560

Tints of Persian Indigo #240560

Color information

#240560 (or 0x240560) is unknown color: approx Persian Indigo. HEX triplet: 24, 05 and 60. RGB value is (36,5,96). Sum of RGB (Red+Green+Blue) = 36+5+96=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #240560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240560 is #DBFA9F. Grayscale: #181818. Windows color (decimal): -14416544 or 6292772. OLE color: 6292772.

HSL color Cylindrical-coordinate representation of color #240560: hue angle of 260.44º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240560 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB36596-
CMYK0.620.9500.62
HSL260.44º90.1%19.8%-
HSV(B)260.44º94.79%37.65%-
XYZ2.891.3311.17-
YUV24.64168.27136.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=26.28%
G=3.65%
B=70.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal365960.620.9500.62260.4490.119.8
Hex245603E5F03E1045a14
Octal4451407613707640413224
Binary100100101110000011111010111110111110100000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240560; }

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

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

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

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

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

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

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

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