#5B147B

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

Shades of Indigo #5B147B

Tints of Indigo #5B147B

Color information

#5B147B (or 0x5B147B) is unknown color: approx Indigo. HEX triplet: 5B, 14 and 7B. RGB value is (91,20,123). Sum of RGB (Red+Green+Blue) = 91+20+123=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B147B is #A4EB84. Grayscale: #343434. Windows color (decimal): -10808197 or 8066139. OLE color: 8066139.

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

Color convert

RGB9120123-
CMYK0.260.8400.52
HSL281.36º72.03%28.04%-
HSV(B)281.36º83.74%48.24%-
XYZ8.144.1519.11-
YUV52.97167.52155.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=38.89%
G=8.55%
B=52.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91201230.260.8400.52281.3672.0328.04
Hex5B147B1A54034119481c
Octal133241733212406443111034
Binary10110111010011110111101010101000110100100011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,123); }

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

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

 a { background-color: rgb(91,20,123); }

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

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

 span { border-color: rgb(91,20,123); }

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