Html Css Color HEX #5D197A Indigo

📋 copy color: '#5D197A'

red 93 ◦ green 25 ◦ blue 122

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

Shades of Indigo #5D197A

Tints of Indigo #5D197A

RGB

 RED value IS 93 (36.72% from 255) = 38.75%

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

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

R = 38.75%
G = 10.42%
B = 50.83%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D197A (or 0x5D197A) is known color: Indigo. HEX triplet: 5D, 19 and 7A. RGB value is (93,25,122). Sum of RGB (Red+Green+Blue) = 93+25+122=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D197A is #A2E685. Grayscale: #383838. Windows color (decimal): -10675846 or 8001885. OLE color: 8001885.

HSL color Cylindrical-coordinate representation of color #5D197A: hue angle of 282.06º 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 #5D197A is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 25 122 -
CMYK 0.24 0.80 0 0.52
HSL 282.06º 0.66% 0.29% -
HSV(B) 282.06º 0.8% 0.48% -
XYZ 8.37 4.43 18.83 -
YUV 56.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 93 25 122 0.24 0.80 0 0.52 282.06 0.66 0.29
Hex 5D 19 7A 18 50 0 34 11A 42 1D
Octal 135 31 172 30 120 0 64 432 102 35
Binary 1011101 11001 1111010 11000 1010000 0 110100 100011010 1000010 11101

Color Harmonies of #5D197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D197A

Black with #5D197A

Text Example


Text Example

White with #5D197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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