#5B019C

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

Shades of Indigo #5B019C

Tints of Indigo #5B019C

Color information

#5B019C (or 0x5B019C) is unknown color: approx Indigo. HEX triplet: 5B, 01 and 9C. RGB value is (91,1,156). Sum of RGB (Red+Green+Blue) = 91+1+156=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B019C is #A4FE63. Grayscale: #2D2D2D. Windows color (decimal): -10813028 or 10223963. OLE color: 10223963.

HSL color Cylindrical-coordinate representation of color #5B019C: hue angle of 274.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B019C is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB911156-
CMYK0.420.9900.39
HSL274.84º98.73%30.78%-
HSV(B)274.84º99.36%61.18%-
XYZ10.334.6531.81-
YUV45.58190.32160.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 156 (61.33% from 255) = 62.90%
R=36.69%
G=0.40%
B=62.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9111560.420.9900.39274.8498.7330.78
Hex5B19C2A63027113631f
Octal13312345214304742314337
Binary101101111001110010101011000110100111100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,1,156); }

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

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

 a { background-color: rgb(91,1,156); }

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

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

 span { border-color: rgb(91,1,156); }

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