#481696

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

Shades of Indigo #481696

Tints of Indigo #481696

Color information

#481696 (or 0x481696) is unknown color: approx Indigo. HEX triplet: 48, 16 and 96. RGB value is (72,22,150). Sum of RGB (Red+Green+Blue) = 72+22+150=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #481696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481696 is #B7E969. Grayscale: #333333. Windows color (decimal): -12052842 or 9836104. OLE color: 9836104.

HSL color Cylindrical-coordinate representation of color #481696: hue angle of 263.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481696 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7222150-
CMYK0.520.8500.41
HSL263.44º74.42%33.73%-
HSV(B)263.44º85.33%58.82%-
XYZ8.464.1529.21-
YUV51.54183.56142.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=29.51%
G=9.02%
B=61.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72221500.520.8500.41263.4474.4233.73
Hex48169634550291074a22
Octal110262266412505140711242
Binary10010001011010010110110100101010101010011000001111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481696; }

 p { color: rgb(72,22,150); }

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

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

 a { background-color: rgb(72,22,150); }

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

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

 span { border-color: rgb(72,22,150); }

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