#480581

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

Shades of Indigo #480581

Tints of Indigo #480581

Color information

#480581 (or 0x480581) is unknown color: approx Indigo. HEX triplet: 48, 05 and 81. RGB value is (72,5,129). Sum of RGB (Red+Green+Blue) = 72+5+129=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #480581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480581 is #B7FA7E. Grayscale: #262626. Windows color (decimal): -12057215 or 8455496. OLE color: 8455496.

HSL color Cylindrical-coordinate representation of color #480581: hue angle of 272.42º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480581 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB725129-
CMYK0.440.9600.49
HSL272.42º92.54%26.27%-
HSV(B)272.42º96.12%50.59%-
XYZ6.693.0721.01-
YUV39.17178.7151.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=34.95%
G=2.43%
B=62.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7251290.440.9600.49272.4292.5426.27
Hex485812C600311105d1a
Octal11052015414006142013532
Binary10010001011000000110110011000000110001100010000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480581; }

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

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

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

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

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

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

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

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