#480BAC

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

Shades of Indigo #480BAC

Tints of Indigo #480BAC

Color information

#480BAC (or 0x480BAC) is unknown color: approx Indigo. HEX triplet: 48, 0B and AC. RGB value is (72,11,172). Sum of RGB (Red+Green+Blue) = 72+11+172=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #480BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480BAC is #B7F453. Grayscale: #2F2F2F. Windows color (decimal): -12055636 or 11275080. OLE color: 11275080.

HSL color Cylindrical-coordinate representation of color #480BAC: hue angle of 262.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480BAC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7211172-
CMYK0.580.9400.33
HSL262.73º87.98%35.88%-
HSV(B)262.73º93.6%67.45%-
XYZ10.244.639.38-
YUV47.59198.21145.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 172 (67.58% from 255) = 67.45%
R=28.24%
G=4.31%
B=67.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72111720.580.9400.33262.7387.9835.88
Hex48BAC3A5E0211075824
Octal110132547213604140713044
Binary1001000101110101100111010101111001000011000001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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