#480878

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

Shades of Indigo #480878

Tints of Indigo #480878

Color information

#480878 (or 0x480878) is unknown color: approx Indigo. HEX triplet: 48, 08 and 78. RGB value is (72,8,120). Sum of RGB (Red+Green+Blue) = 72+8+120=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #480878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480878 is #B7F787. Grayscale: #272727. Windows color (decimal): -12056456 or 7866440. OLE color: 7866440.

HSL color Cylindrical-coordinate representation of color #480878: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480878 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB728120-
CMYK0.400.9300.53
HSL274.29º87.5%25.1%-
HSV(B)274.29º93.33%47.06%-
XYZ6.152.9118.01-
YUV39.9173.2150.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 120 (47.27% from 255) = 60%
R=36%
G=4%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7281200.400.9300.53274.2987.525.1
Hex48878285D0351125819
Octal110101705013506542213031
Binary10010001000111100010100010111010110101100010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480878; }

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

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

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

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

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

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

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

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