#481578

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

Shades of Indigo #481578

Tints of Indigo #481578

Color information

#481578 (or 0x481578) is unknown color: approx Indigo. HEX triplet: 48, 15 and 78. RGB value is (72,21,120). Sum of RGB (Red+Green+Blue) = 72+21+120=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #481578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481578 is #B7EA87. Grayscale: #2F2F2F. Windows color (decimal): -12053128 or 7869768. OLE color: 7869768.

HSL color Cylindrical-coordinate representation of color #481578: hue angle of 270.91º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481578 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7221120-
CMYK0.400.8300.53
HSL270.91º70.21%27.65%-
HSV(B)270.91º82.5%47.06%-
XYZ6.333.2718.07-
YUV47.54168.9145.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=33.80%
G=9.86%
B=56.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72211200.400.8300.53270.9170.2127.65
Hex481578285303510f461c
Octal110251705012306541710634
Binary100100010101111100010100010100110110101100001111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481578; }

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

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

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

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

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

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

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

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