#480173

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

Shades of Indigo #480173

Tints of Indigo #480173

Color information

#480173 (or 0x480173) is unknown color: approx Indigo. HEX triplet: 48, 01 and 73. RGB value is (72,1,115). Sum of RGB (Red+Green+Blue) = 72+1+115=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #480173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480173 is #B7FE8C. Grayscale: #222222. Windows color (decimal): -12058253 or 7536968. OLE color: 7536968.

HSL color Cylindrical-coordinate representation of color #480173: hue angle of 277.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480173 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB721115-
CMYK0.370.9900.55
HSL277.37º98.28%22.75%-
HSV(B)277.37º99.13%45.1%-
XYZ5.782.6416.42-
YUV35.22173.02154.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=38.30%
G=0.53%
B=61.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7211150.370.9900.55277.3798.2822.75
Hex4817325630371156217
Octal11011634514306742514227
Binary10010001111001110010111000110110111100010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480173; }

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

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

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

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

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

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

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

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