#240460

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

Shades of Persian Indigo #240460

Tints of Persian Indigo #240460

Color information

#240460 (or 0x240460) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 60. RGB value is (36,4,96). Sum of RGB (Red+Green+Blue) = 36+4+96=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #240460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240460 is #DBFB9F. Grayscale: #171717. Windows color (decimal): -14416800 or 6292516. OLE color: 6292516.

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

Color convert

RGB36496-
CMYK0.620.9600.62
HSL260.87º92%19.61%-
HSV(B)260.87º95.83%37.65%-
XYZ2.881.3111.17-
YUV24.06168.6136.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=26.47%
G=2.94%
B=70.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal364960.620.9600.62260.879219.61
Hex244603E6003E1055c14
Octal4441407614007640513424
Binary100100100110000011111011000000111110100000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240460; }

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

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

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

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

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

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

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

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