#480197

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

Shades of Indigo #480197

Tints of Indigo #480197

Color information

#480197 (or 0x480197) is unknown color: approx Indigo. HEX triplet: 48, 01 and 97. RGB value is (72,1,151). Sum of RGB (Red+Green+Blue) = 72+1+151=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #480197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480197 is #B7FE68. Grayscale: #262626. Windows color (decimal): -12058217 or 9896264. OLE color: 9896264.

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

Color convert

RGB721151-
CMYK0.520.9900.41
HSL268.4º98.68%29.8%-
HSV(B)268.4º99.34%59.22%-
XYZ8.273.6329.54-
YUV39.33191.02151.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 151 (59.38% from 255) = 67.41%
R=32.14%
G=0.45%
B=67.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7211510.520.9900.41268.498.6829.8
Hex48197346302910c631e
Octal11012276414305141414336
Binary100100011001011111010011000110101001100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480197; }

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

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

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

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

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

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

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

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