#481575

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

Shades of Indigo #481575

Tints of Indigo #481575

Color information

#481575 (or 0x481575) is unknown color: approx Indigo. HEX triplet: 48, 15 and 75. RGB value is (72,21,117). Sum of RGB (Red+Green+Blue) = 72+21+117=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #481575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481575 is #B7EA8A. Grayscale: #2E2E2E. Windows color (decimal): -12053131 or 7673160. OLE color: 7673160.

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

Color convert

RGB7221117-
CMYK0.380.8200.54
HSL271.88º69.57%27.06%-
HSV(B)271.88º82.05%45.88%-
XYZ6.153.217.12-
YUV47.19167.4145.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=34.29%
G=10%
B=55.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72211170.380.8200.54271.8869.5727.06
Hex4815752652036110461b
Octal110251654612206642010633
Binary100100010101111010110011010100100110110100010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481575; }

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

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

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

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

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

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

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

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