#480870

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

Shades of Indigo #480870

Tints of Indigo #480870

Color information

#480870 (or 0x480870) is unknown color: approx Indigo. HEX triplet: 48, 08 and 70. RGB value is (72,8,112). Sum of RGB (Red+Green+Blue) = 72+8+112=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #480870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480870 is #B7F78F. Grayscale: #262626. Windows color (decimal): -12056464 or 7342152. OLE color: 7342152.

HSL color Cylindrical-coordinate representation of color #480870: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480870 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB728112-
CMYK0.360.9300.56
HSL276.92º86.67%23.53%-
HSV(B)276.92º92.86%43.92%-
XYZ5.682.7215.55-
YUV38.99169.2151.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=37.5%
G=4.17%
B=58.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7281120.360.9300.56276.9286.6723.53
Hex48870245D0381155718
Octal110101604413507042512730
Binary10010001000111000010010010111010111000100010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480870; }

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

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

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

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

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

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

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

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