#480577

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

Shades of Indigo #480577

Tints of Indigo #480577

Color information

#480577 (or 0x480577) is unknown color: approx Indigo. HEX triplet: 48, 05 and 77. RGB value is (72,5,119). Sum of RGB (Red+Green+Blue) = 72+5+119=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #480577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480577 is #B7FA88. Grayscale: #252525. Windows color (decimal): -12057225 or 7800136. OLE color: 7800136.

HSL color Cylindrical-coordinate representation of color #480577: hue angle of 275.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480577 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB725119-
CMYK0.390.9600.53
HSL275.26º91.94%24.31%-
HSV(B)275.26º95.8%46.67%-
XYZ6.062.8217.68-
YUV38.03173.7152.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=36.73%
G=2.55%
B=60.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7251190.390.9600.53275.2691.9424.31
Hex4857727600351135c18
Octal11051674714006542313430
Binary1001000101111011110011111000000110101100010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480577; }

 p { color: rgb(72,5,119); }

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

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

 a { background-color: rgb(72,5,119); }

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

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

 span { border-color: rgb(72,5,119); }

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