#481475

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

Shades of Indigo #481475

Tints of Indigo #481475

Color information

#481475 (or 0x481475) is unknown color: approx Indigo. HEX triplet: 48, 14 and 75. RGB value is (72,20,117). Sum of RGB (Red+Green+Blue) = 72+20+117=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #481475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481475 is #B7EB8A. Grayscale: #2E2E2E. Windows color (decimal): -12053387 or 7672904. OLE color: 7672904.

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

Color convert

RGB7220117-
CMYK0.380.8300.54
HSL272.16º70.8%26.86%-
HSV(B)272.16º82.91%45.88%-
XYZ6.133.1617.12-
YUV46.61167.73146.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=34.45%
G=9.57%
B=55.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72201170.380.8300.54272.1670.826.86
Hex4814752653036110471b
Octal110241654612306642010733
Binary100100010100111010110011010100110110110100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481475; }

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

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

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

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

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

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

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

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