#481277

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

Shades of Indigo #481277

Tints of Indigo #481277

Color information

#481277 (or 0x481277) is unknown color: approx Indigo. HEX triplet: 48, 12 and 77. RGB value is (72,18,119). Sum of RGB (Red+Green+Blue) = 72+18+119=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #481277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481277 is #B7ED88. Grayscale: #2D2D2D. Windows color (decimal): -12053897 or 7803464. OLE color: 7803464.

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

Color convert

RGB7218119-
CMYK0.390.8500.53
HSL272.08º73.72%26.86%-
HSV(B)272.08º84.87%46.67%-
XYZ6.223.1417.73-
YUV45.66169.39146.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=34.45%
G=8.61%
B=56.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72181190.390.8500.53272.0873.7226.86
Hex48127727550351104a1b
Octal110221674712506542011233
Binary100100010010111011110011110101010110101100010000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481277; }

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

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

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

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

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

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

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

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