#480886

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

Shades of Indigo #480886

Tints of Indigo #480886

Color information

#480886 (or 0x480886) is unknown color: approx Indigo. HEX triplet: 48, 08 and 86. RGB value is (72,8,134). Sum of RGB (Red+Green+Blue) = 72+8+134=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #480886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480886 is #B7F779. Grayscale: #292929. Windows color (decimal): -12056442 or 8783944. OLE color: 8783944.

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

Color convert

RGB728134-
CMYK0.460.9400.47
HSL270.48º88.73%27.84%-
HSV(B)270.48º94.03%52.55%-
XYZ7.063.2722.81-
YUV41.5180.2149.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=33.64%
G=3.74%
B=62.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7281340.460.9400.47270.4888.7327.84
Hex488862E5E02F10e591c
Octal110102065613605741613134
Binary100100010001000011010111010111100101111100001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480886; }

 p { color: rgb(72,8,134); }

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

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

 a { background-color: rgb(72,8,134); }

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

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

 span { border-color: rgb(72,8,134); }

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