#480F8A

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

Shades of Indigo #480F8A

Tints of Indigo #480F8A

Color information

#480F8A (or 0x480F8A) is unknown color: approx Indigo. HEX triplet: 48, 0F and 8A. RGB value is (72,15,138). Sum of RGB (Red+Green+Blue) = 72+15+138=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #480F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480F8A is #B7F075. Grayscale: #2D2D2D. Windows color (decimal): -12054646 or 9047880. OLE color: 9047880.

HSL color Cylindrical-coordinate representation of color #480F8A: hue angle of 267.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480F8A is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7215138-
CMYK0.480.8900.46
HSL267.8º80.39%30%-
HSV(B)267.8º89.13%54.12%-
XYZ7.433.5524.34-
YUV46.06179.88146.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=32%
G=6.67%
B=61.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72151380.480.8900.46267.880.3930
Hex48F8A305902E10c501e
Octal110172126013105641412036
Binary100100011111000101011000010110010101110100001100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F8A; }

 p { color: rgb(72,15,138); }

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

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

 a { background-color: rgb(72,15,138); }

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

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

 span { border-color: rgb(72,15,138); }

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