#5B0882

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

Shades of Indigo #5B0882

Tints of Indigo #5B0882

Color information

#5B0882 (or 0x5B0882) is unknown color: approx Indigo. HEX triplet: 5B, 08 and 82. RGB value is (91,8,130). Sum of RGB (Red+Green+Blue) = 91+8+130=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0882 is #A4F77D. Grayscale: #2E2E2E. Windows color (decimal): -10811262 or 8521819. OLE color: 8521819.

HSL color Cylindrical-coordinate representation of color #5B0882: hue angle of 280.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0882 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB918130-
CMYK0.300.9400.49
HSL280.82º88.41%27.06%-
HSV(B)280.82º93.85%50.98%-
XYZ8.434.0121.45-
YUV46.72175159.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.74%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=39.74%
G=3.49%
B=56.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9181300.300.9400.49280.8288.4127.06
Hex5B8821E5E031119581b
Octal133102023613606143113033
Binary10110111000100000101111010111100110001100011001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B0882; }

 p { color: rgb(91,8,130); }

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

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

 a { background-color: rgb(91,8,130); }

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

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

 span { border-color: rgb(91,8,130); }

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