#480590

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

Shades of Indigo #480590

Tints of Indigo #480590

Color information

#480590 (or 0x480590) is unknown color: approx Indigo. HEX triplet: 48, 05 and 90. RGB value is (72,5,144). Sum of RGB (Red+Green+Blue) = 72+5+144=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #480590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480590 is #B7FA6F. Grayscale: #282828. Windows color (decimal): -12057200 or 9438536. OLE color: 9438536.

HSL color Cylindrical-coordinate representation of color #480590: hue angle of 268.92º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480590 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB725144-
CMYK0.500.9700.44
HSL268.92º93.29%29.22%-
HSV(B)268.92º96.53%56.47%-
XYZ7.763.526.65-
YUV40.88186.2150.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=32.58%
G=2.26%
B=65.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7251440.500.9700.44268.9293.2929.22
Hex48590326102C10d5d1d
Octal11052206214105441513535
Binary10010001011001000011001011000010101100100001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480590; }

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

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

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

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

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

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

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

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