#480C78

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

Shades of Indigo #480C78

Tints of Indigo #480C78

Color information

#480C78 (or 0x480C78) is unknown color: approx Indigo. HEX triplet: 48, 0C and 78. RGB value is (72,12,120). Sum of RGB (Red+Green+Blue) = 72+12+120=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #480C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C78 is #B7F387. Grayscale: #292929. Windows color (decimal): -12055432 or 7867464. OLE color: 7867464.

HSL color Cylindrical-coordinate representation of color #480C78: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480C78 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7212120-
CMYK0.400.9000.53
HSL273.33º81.82%25.88%-
HSV(B)273.33º90%47.06%-
XYZ6.19318.02-
YUV42.25171.88149.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=35.29%
G=5.88%
B=58.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121200.400.9000.53273.3381.8225.88
Hex48C78285A035111521a
Octal110141705013206542112232
Binary10010001100111100010100010110100110101100010001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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