#240160

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

Shades of Persian Indigo #240160

Tints of Persian Indigo #240160

Color information

#240160 (or 0x240160) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 60. RGB value is (36,1,96). Sum of RGB (Red+Green+Blue) = 36+1+96=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #240160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240160 is #DBFE9F. Grayscale: #151515. Windows color (decimal): -14417568 or 6291748. OLE color: 6291748.

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

Color convert

RGB36196-
CMYK0.620.9900.62
HSL262.11º97.94%19.02%-
HSV(B)262.11º98.96%37.65%-
XYZ2.851.2411.16-
YUV22.3169.6137.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=27.07%
G=0.75%
B=72.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal361960.620.9900.62262.1197.9419.02
Hex241603E6303E1066213
Octal4411407614307640614223
Binary1001001110000011111011000110111110100000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240160; }

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

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

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

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

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

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

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

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