#480F85

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

Shades of Indigo #480F85

Tints of Indigo #480F85

Color information

#480F85 (or 0x480F85) is unknown color: approx Indigo. HEX triplet: 48, 0F and 85. RGB value is (72,15,133). Sum of RGB (Red+Green+Blue) = 72+15+133=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #480F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480F85 is #B7F07A. Grayscale: #2D2D2D. Windows color (decimal): -12054651 or 8720200. OLE color: 8720200.

HSL color Cylindrical-coordinate representation of color #480F85: hue angle of 268.98º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480F85 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7215133-
CMYK0.460.8900.48
HSL268.98º79.73%29.02%-
HSV(B)268.98º88.72%52.16%-
XYZ7.083.4122.48-
YUV45.5177.38146.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 133 (52.34% from 255) = 60.45%
R=32.73%
G=6.82%
B=60.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72151330.460.8900.48268.9879.7329.02
Hex48F852E5903010d501d
Octal110172055613106041512035
Binary100100011111000010110111010110010110000100001101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F85; }

 p { color: rgb(72,15,133); }

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

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

 a { background-color: rgb(72,15,133); }

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

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

 span { border-color: rgb(72,15,133); }

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