#481691

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

Shades of Indigo #481691

Tints of Indigo #481691

Color information

#481691 (or 0x481691) is unknown color: approx Indigo. HEX triplet: 48, 16 and 91. RGB value is (72,22,145). Sum of RGB (Red+Green+Blue) = 72+22+145=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #481691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481691 is #B7E96E. Grayscale: #323232. Windows color (decimal): -12052847 or 9508424. OLE color: 9508424.

HSL color Cylindrical-coordinate representation of color #481691: hue angle of 264.39º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481691 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7222145-
CMYK0.500.8500.43
HSL264.39º73.65%32.75%-
HSV(B)264.39º84.83%56.86%-
XYZ8.07427.13-
YUV50.97181.06143-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=30.13%
G=9.21%
B=60.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72221450.500.8500.43264.3973.6532.75
Hex481691325502B1084a21
Octal110262216212505341011241
Binary10010001011010010001110010101010101010111000010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481691; }

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

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

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

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

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

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

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

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