#480B8A

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

Shades of Indigo #480B8A

Tints of Indigo #480B8A

Color information

#480B8A (or 0x480B8A) is unknown color: approx Indigo. HEX triplet: 48, 0B and 8A. RGB value is (72,11,138). Sum of RGB (Red+Green+Blue) = 72+11+138=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #480B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480B8A is #B7F475. Grayscale: #2B2B2B. Windows color (decimal): -12055670 or 9046856. OLE color: 9046856.

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

Color convert

RGB7211138-
CMYK0.480.9200.46
HSL268.82º85.23%29.22%-
HSV(B)268.82º92.03%54.12%-
XYZ7.383.4524.32-
YUV43.72181.21148.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=32.58%
G=4.98%
B=62.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72111380.480.9200.46268.8285.2329.22
Hex48B8A305C02E10d551d
Octal110132126013405641512535
Binary100100010111000101011000010111000101110100001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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