#480180

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

Shades of Indigo #480180

Tints of Indigo #480180

Color information

#480180 (or 0x480180) is unknown color: approx Indigo. HEX triplet: 48, 01 and 80. RGB value is (72,1,128). Sum of RGB (Red+Green+Blue) = 72+1+128=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #480180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480180 is #B7FE7F. Grayscale: #242424. Windows color (decimal): -12058240 or 8388936. OLE color: 8388936.

HSL color Cylindrical-coordinate representation of color #480180: hue angle of 273.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480180 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB721128-
CMYK0.440.9900.50
HSL273.54º98.45%25.29%-
HSV(B)273.54º99.22%50.2%-
XYZ6.582.9620.65-
YUV36.71179.52153.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=35.82%
G=0.50%
B=63.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7211280.440.9900.50273.5498.4525.29
Hex481802C630321126219
Octal11012005414306242214231
Binary100100011000000010110011000110110010100010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480180; }

 p { color: rgb(72,1,128); }

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

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

 a { background-color: rgb(72,1,128); }

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

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

 span { border-color: rgb(72,1,128); }

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