#240960

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

Shades of Persian Indigo #240960

Tints of Persian Indigo #240960

Color information

#240960 (or 0x240960) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 60. RGB value is (36,9,96). Sum of RGB (Red+Green+Blue) = 36+9+96=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #240960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240960 is #DBF69F. Grayscale: #1A1A1A. Windows color (decimal): -14415520 or 6293796. OLE color: 6293796.

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

Color convert

RGB36996-
CMYK0.620.9100.62
HSL258.62º82.86%20.59%-
HSV(B)258.62º90.62%37.65%-
XYZ2.941.4111.18-
YUV26.99166.95134.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=25.53%
G=6.38%
B=68.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal369960.620.9100.62258.6282.8620.59
Hex249603E5B03E1035315
Octal44111407613307640312325
Binary1001001001110000011111010110110111110100000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240960; }

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

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

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

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

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

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

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

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