#480192

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

Shades of Indigo #480192

Tints of Indigo #480192

Color information

#480192 (or 0x480192) is unknown color: approx Indigo. HEX triplet: 48, 01 and 92. RGB value is (72,1,146). Sum of RGB (Red+Green+Blue) = 72+1+146=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #480192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480192 is #B7FE6D. Grayscale: #262626. Windows color (decimal): -12058222 or 9568584. OLE color: 9568584.

HSL color Cylindrical-coordinate representation of color #480192: hue angle of 269.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480192 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB721146-
CMYK0.510.9900.43
HSL269.38º98.64%28.82%-
HSV(B)269.38º99.32%57.25%-
XYZ7.873.4727.45-
YUV38.76188.52151.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=32.88%
G=0.46%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7211460.510.9900.43269.3898.6428.82
Hex48192336302B10d631d
Octal11012226314305341514335
Binary100100011001001011001111000110101011100001101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480192; }

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

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

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

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

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

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

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

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