#5B0282

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

Shades of Indigo #5B0282

Tints of Indigo #5B0282

Color information

#5B0282 (or 0x5B0282) is unknown color: approx Indigo. HEX triplet: 5B, 02 and 82. RGB value is (91,2,130). Sum of RGB (Red+Green+Blue) = 91+2+130=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0282 is #A4FD7D. Grayscale: #2A2A2A. Windows color (decimal): -10812798 or 8520283. OLE color: 8520283.

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

Color convert

RGB912130-
CMYK0.300.9800.49
HSL281.72º96.97%25.88%-
HSV(B)281.72º98.46%50.98%-
XYZ8.373.8821.43-
YUV43.2176.99162.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=40.81%
G=0.90%
B=58.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9121300.300.9800.49281.7296.9725.88
Hex5B2821E6203111a611a
Octal13322023614206143214132
Binary101101110100000101111011000100110001100011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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