#480985

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

Shades of Indigo #480985

Tints of Indigo #480985

Color information

#480985 (or 0x480985) is unknown color: approx Indigo. HEX triplet: 48, 09 and 85. RGB value is (72,9,133). Sum of RGB (Red+Green+Blue) = 72+9+133=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #480985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480985 is #B7F67A. Grayscale: #292929. Windows color (decimal): -12056187 or 8718664. OLE color: 8718664.

HSL color Cylindrical-coordinate representation of color #480985: hue angle of 270.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480985 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB729133-
CMYK0.460.9300.48
HSL270.48º87.32%27.84%-
HSV(B)270.48º93.23%52.16%-
XYZ73.2722.45-
YUV41.97179.37149.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=33.64%
G=4.21%
B=62.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7291330.460.9300.48270.4887.3227.84
Hex489852E5D03010e571c
Octal110112055613506041612734
Binary100100010011000010110111010111010110000100001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480985; }

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

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

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

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

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

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

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

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