#480560

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

Shades of Indigo #480560

Tints of Indigo #480560

Color information

#480560 (or 0x480560) is unknown color: approx Indigo. HEX triplet: 48, 05 and 60. RGB value is (72,5,96). Sum of RGB (Red+Green+Blue) = 72+5+96=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #480560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480560 is #B7FA9F. Grayscale: #232323. Windows color (decimal): -12057248 or 6292808. OLE color: 6292808.

HSL color Cylindrical-coordinate representation of color #480560: hue angle of 284.18º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480560 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72596-
CMYK0.250.9500.62
HSL284.18º90.1%19.8%-
HSV(B)284.18º94.79%37.65%-
XYZ4.842.3311.26-
YUV35.41162.2154.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=41.62%
G=2.89%
B=55.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal725960.250.9500.62284.1890.119.8
Hex48560195F03E11c5a14
Octal11051403113707643413224
Binary100100010111000001100110111110111110100011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480560; }

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

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

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

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

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

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

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

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