#5B157A

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

Shades of Indigo #5B157A

Tints of Indigo #5B157A

Color information

#5B157A (or 0x5B157A) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 7A. RGB value is (91,21,122). Sum of RGB (Red+Green+Blue) = 91+21+122=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B157A is #A4EA85. Grayscale: #353535. Windows color (decimal): -10807942 or 8000859. OLE color: 8000859.

HSL color Cylindrical-coordinate representation of color #5B157A: hue angle of 281.58º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B157A is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9121122-
CMYK0.250.8300.52
HSL281.58º70.63%28.04%-
HSV(B)281.58º82.79%47.84%-
XYZ8.14.1718.79-
YUV53.44166.69154.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=38.89%
G=8.97%
B=52.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91211220.250.8300.52281.5870.6328.04
Hex5B157A195303411a471c
Octal133251723112306443210734
Binary10110111010111110101100110100110110100100011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,122); }

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

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

 a { background-color: rgb(91,21,122); }

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

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

 span { border-color: rgb(91,21,122); }

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