#481477

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

Shades of Indigo #481477

Tints of Indigo #481477

Color information

#481477 (or 0x481477) is unknown color: approx Indigo. HEX triplet: 48, 14 and 77. RGB value is (72,20,119). Sum of RGB (Red+Green+Blue) = 72+20+119=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #481477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481477 is #B7EB88. Grayscale: #2E2E2E. Windows color (decimal): -12053385 or 7803976. OLE color: 7803976.

HSL color Cylindrical-coordinate representation of color #481477: hue angle of 271.52º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481477 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7220119-
CMYK0.390.8300.53
HSL271.52º71.22%27.25%-
HSV(B)271.52º83.19%46.67%-
XYZ6.253.2117.74-
YUV46.83168.73145.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=34.12%
G=9.48%
B=56.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72201190.390.8300.53271.5271.2227.25
Hex4814772753035110471b
Octal110241674712306542010733
Binary100100010100111011110011110100110110101100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481477; }

 p { color: rgb(72,20,119); }

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

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

 a { background-color: rgb(72,20,119); }

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

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

 span { border-color: rgb(72,20,119); }

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