#481077

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

Shades of Indigo #481077

Tints of Indigo #481077

Color information

#481077 (or 0x481077) is unknown color: approx Indigo. HEX triplet: 48, 10 and 77. RGB value is (72,16,119). Sum of RGB (Red+Green+Blue) = 72+16+119=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #481077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481077 is #B7EF88. Grayscale: #2C2C2C. Windows color (decimal): -12054409 or 7802952. OLE color: 7802952.

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

Color convert

RGB7216119-
CMYK0.390.8700.53
HSL272.62º76.3%26.47%-
HSV(B)272.62º86.55%46.67%-
XYZ6.193.0817.72-
YUV44.49170.05147.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=34.78%
G=7.73%
B=57.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72161190.390.8700.53272.6276.326.47
Hex48107727570351114c1a
Octal110201674712706542111432
Binary100100010000111011110011110101110110101100010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481077; }

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

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

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

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

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

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

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

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