Html Css Color HEX #5B197A Indigo

📋 copy color: '#5B197A'

red 91 ◦ green 25 ◦ blue 122

#5B197A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5B197A

Tints of Indigo #5B197A

RGB

 RED value IS 91 (35.94% from 255) = 38.24%

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 38.24%
G = 10.5%
B = 51.26%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B197A (or 0x5B197A) is known color: Indigo. HEX triplet: 5B, 19 and 7A. RGB value is (91,25,122). Sum of RGB (Red+Green+Blue) = 91+25+122=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B197A is #A4E685. Grayscale: #373737. Windows color (decimal): -10806918 or 8001883. OLE color: 8001883.

HSL color Cylindrical-coordinate representation of color #5B197A: hue angle of 280.82º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B197A is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 25 122 -
CMYK 0.25 0.80 0 0.52
HSL 280.82º 0.66% 0.29% -
HSV(B) 280.82º 0.8% 0.48% -
XYZ 8.17 4.32 18.82 -
YUV 55.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 91 25 122 0.25 0.80 0 0.52 280.82 0.66 0.29
Hex 5B 19 7A 19 50 0 34 119 42 1D
Octal 133 31 172 31 120 0 64 431 102 35
Binary 1011011 11001 1111010 11001 1010000 0 110100 100011001 1000010 11101

Color Harmonies of #5B197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B197A

Black with #5B197A

Text Example


Text Example

White with #5B197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B197A;
 }
 .AnyTagClassName
 {
   color: #5B197A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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