#480978

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

Shades of Indigo #480978

Tints of Indigo #480978

Color information

#480978 (or 0x480978) is unknown color: approx Indigo. HEX triplet: 48, 09 and 78. RGB value is (72,9,120). Sum of RGB (Red+Green+Blue) = 72+9+120=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #480978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480978 is #B7F687. Grayscale: #282828. Windows color (decimal): -12056200 or 7866696. OLE color: 7866696.

HSL color Cylindrical-coordinate representation of color #480978: hue angle of 274.05º degrees, saturation: 0.86, 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 #480978 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB729120-
CMYK0.400.9200.53
HSL274.05º86.05%25.29%-
HSV(B)274.05º92.5%47.06%-
XYZ6.162.9318.01-
YUV40.49172.87150.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=35.82%
G=4.48%
B=59.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7291200.400.9200.53274.0586.0525.29
Hex48978285C0351125619
Octal110111705013406542212631
Binary10010001001111100010100010111000110101100010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480978; }

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

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

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

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

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

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

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

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