#481997

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

Shades of Indigo #481997

Tints of Indigo #481997

Color information

#481997 (or 0x481997) is unknown color: approx Indigo. HEX triplet: 48, 19 and 97. RGB value is (72,25,151). Sum of RGB (Red+Green+Blue) = 72+25+151=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #481997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481997 is #B7E668. Grayscale: #343434. Windows color (decimal): -12052073 or 9902408. OLE color: 9902408.

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

Color convert

RGB7225151-
CMYK0.520.8300.41
HSL262.38º71.59%34.51%-
HSV(B)262.38º83.44%59.22%-
XYZ8.614.3129.66-
YUV53.42183.07141.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 151 (59.38% from 255) = 60.89%
R=29.03%
G=10.08%
B=60.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72251510.520.8300.41262.3871.5934.51
Hex48199734530291064823
Octal110312276412305140611043
Binary10010001100110010111110100101001101010011000001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481997; }

 p { color: rgb(72,25,151); }

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

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

 a { background-color: rgb(72,25,151); }

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

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

 span { border-color: rgb(72,25,151); }

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