#5B0D82

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

Shades of Indigo #5B0D82

Tints of Indigo #5B0D82

Color information

#5B0D82 (or 0x5B0D82) is unknown color: approx Indigo. HEX triplet: 5B, 0D and 82. RGB value is (91,13,130). Sum of RGB (Red+Green+Blue) = 91+13+130=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B0D82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0D82 is #A4F27D. Grayscale: #313131. Windows color (decimal): -10809982 or 8523099. OLE color: 8523099.

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

Color convert

RGB9113130-
CMYK0.300.900.49
HSL280º81.82%28.04%-
HSV(B)280º90%50.98%-
XYZ8.494.1221.47-
YUV49.66173.34157.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131300.300.900.4928081.8228.04
Hex5BD821E5A031118521c
Octal133152023613206143012234
Binary10110111101100000101111010110100110001100011000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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