#480596

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

Shades of Indigo #480596

Tints of Indigo #480596

Color information

#480596 (or 0x480596) is unknown color: approx Indigo. HEX triplet: 48, 05 and 96. RGB value is (72,5,150). Sum of RGB (Red+Green+Blue) = 72+5+150=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #480596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480596 is #B7FA69. Grayscale: #292929. Windows color (decimal): -12057194 or 9831752. OLE color: 9831752.

HSL color Cylindrical-coordinate representation of color #480596: hue angle of 267.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480596 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB725150-
CMYK0.520.9700.41
HSL267.72º93.55%30.39%-
HSV(B)267.72º96.67%58.82%-
XYZ8.233.6929.13-
YUV41.56189.2149.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=31.72%
G=2.20%
B=66.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7251500.520.9700.41267.7293.5530.39
Hex48596346102910c5e1e
Octal11052266414105141413636
Binary10010001011001011011010011000010101001100001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480596; }

 p { color: rgb(72,5,150); }

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

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

 a { background-color: rgb(72,5,150); }

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

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

 span { border-color: rgb(72,5,150); }

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