#480087

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

Shades of Indigo #480087

Tints of Indigo #480087

Color information

#480087 (or 0x480087) is unknown color: approx Indigo. HEX triplet: 48, 00 and 87. RGB value is (72,0,135). Sum of RGB (Red+Green+Blue) = 72+0+135=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #480087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480087 is #B7FF78. Grayscale: #242424. Windows color (decimal): -12058489 or 8847432. OLE color: 8847432.

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

Color convert

RGB720135-
CMYK0.47100.47
HSL272º100%26.47%-
HSV(B)272º100%52.94%-
XYZ7.053.1323.15-
YUV36.92183.35153.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 65.22%
R=34.78%
G=0%
B=65.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7201350.47100.4727210026.47
Hex480872F6402F110641a
Octal11002075714405742014432
Binary100100001000011110111111001000101111100010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480087; }

 p { color: rgb(72,0,135); }

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

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

 a { background-color: rgb(72,0,135); }

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

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

 span { border-color: rgb(72,0,135); }

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