#481376

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

Shades of Indigo #481376

Tints of Indigo #481376

Color information

#481376 (or 0x481376) is unknown color: approx Indigo. HEX triplet: 48, 13 and 76. RGB value is (72,19,118). Sum of RGB (Red+Green+Blue) = 72+19+118=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #481376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481376 is #B7EC89. Grayscale: #2D2D2D. Windows color (decimal): -12053642 or 7738184. OLE color: 7738184.

HSL color Cylindrical-coordinate representation of color #481376: hue angle of 272.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481376 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7219118-
CMYK0.390.8400.54
HSL272.12º72.26%26.86%-
HSV(B)272.12º83.9%46.27%-
XYZ6.183.1517.42-
YUV46.13168.56146.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=34.45%
G=9.09%
B=56.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72191180.390.8400.54272.1272.2626.86
Hex4813762754036110481b
Octal110231664712406642011033
Binary100100010011111011010011110101000110110100010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481376; }

 p { color: rgb(72,19,118); }

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

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

 a { background-color: rgb(72,19,118); }

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

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

 span { border-color: rgb(72,19,118); }

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