#480199

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

Shades of Indigo #480199

Tints of Indigo #480199

Color information

#480199 (or 0x480199) is unknown color: approx Indigo. HEX triplet: 48, 01 and 99. RGB value is (72,1,153). Sum of RGB (Red+Green+Blue) = 72+1+153=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #480199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480199 is #B7FE66. Grayscale: #272727. Windows color (decimal): -12058215 or 10027336. OLE color: 10027336.

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

Color convert

RGB721153-
CMYK0.530.9900.4
HSL268.03º98.7%30.2%-
HSV(B)268.03º99.35%60%-
XYZ8.433.730.41-
YUV39.56192.02151.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=31.86%
G=0.44%
B=67.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7211530.530.9900.4268.0398.730.2
Hex48199356302810c631e
Octal11012316514305041414336
Binary100100011001100111010111000110101000100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480199; }

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

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

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

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

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

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

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

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