#480176

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

Shades of Indigo #480176

Tints of Indigo #480176

Color information

#480176 (or 0x480176) is unknown color: approx Indigo. HEX triplet: 48, 01 and 76. RGB value is (72,1,118). Sum of RGB (Red+Green+Blue) = 72+1+118=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #480176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480176 is #B7FE89. Grayscale: #232323. Windows color (decimal): -12058250 or 7733576. OLE color: 7733576.

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

Color convert

RGB721118-
CMYK0.390.9900.54
HSL276.41º98.32%23.33%-
HSV(B)276.41º99.15%46.27%-
XYZ5.952.7117.35-
YUV35.57174.52153.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=37.70%
G=0.52%
B=61.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7211180.390.9900.54276.4198.3223.33
Hex4817627630361146217
Octal11011664714306642414227
Binary10010001111011010011111000110110110100010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480176; }

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

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

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

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

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

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

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

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