#480C88

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

Shades of Indigo #480C88

Tints of Indigo #480C88

Color information

#480C88 (or 0x480C88) is unknown color: approx Indigo. HEX triplet: 48, 0C and 88. RGB value is (72,12,136). Sum of RGB (Red+Green+Blue) = 72+12+136=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #480C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480C88 is #B7F377. Grayscale: #2B2B2B. Windows color (decimal): -12055416 or 8916040. OLE color: 8916040.

HSL color Cylindrical-coordinate representation of color #480C88: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480C88 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7212136-
CMYK0.470.9100.47
HSL269.03º83.78%29.02%-
HSV(B)269.03º91.18%53.33%-
XYZ7.253.4223.57-
YUV44.08179.88147.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=32.73%
G=5.45%
B=61.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72121360.470.9100.47269.0383.7829.02
Hex48C882F5B02F10d541d
Octal110142105713305741512435
Binary100100011001000100010111110110110101111100001101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,136); }

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

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

 a { background-color: rgb(72,12,136); }

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

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

 span { border-color: rgb(72,12,136); }

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