#481693

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

Shades of Indigo #481693

Tints of Indigo #481693

Color information

#481693 (or 0x481693) is unknown color: approx Indigo. HEX triplet: 48, 16 and 93. RGB value is (72,22,147). Sum of RGB (Red+Green+Blue) = 72+22+147=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #481693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481693 is #B7E96C. Grayscale: #323232. Windows color (decimal): -12052845 or 9639496. OLE color: 9639496.

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

Color convert

RGB7222147-
CMYK0.510.8500.42
HSL264º73.96%33.14%-
HSV(B)264º85.03%57.65%-
XYZ8.234.0627.95-
YUV51.2182.06142.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=29.88%
G=9.13%
B=61.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72221470.510.8500.4226473.9633.14
Hex481693335502A1084a21
Octal110262236312505241011241
Binary10010001011010010011110011101010101010101000010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481693; }

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

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

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

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

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

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

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

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