Html Css Color HEX #5D197E Indigo

📋 copy color: '#5D197E'

red 93 ◦ green 25 ◦ blue 126

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

Shades of Indigo #5D197E

Tints of Indigo #5D197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 38.11%
G = 10.25%
B = 51.64%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D197E (or 0x5D197E) is known color: Indigo. HEX triplet: 5D, 19 and 7E. RGB value is (93,25,126). Sum of RGB (Red+Green+Blue) = 93+25+126=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D197E is #A2E681. Grayscale: #383838. Windows color (decimal): -10675842 or 8264029. OLE color: 8264029.

HSL color Cylindrical-coordinate representation of color #5D197E: hue angle of 280.4º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D197E is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 25 126 -
CMYK 0.26 0.80 0 0.51
HSL 280.4º 0.67% 0.3% -
HSV(B) 280.4º 0.8% 0.49% -
XYZ 8.63 4.53 20.16 -
YUV 56.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 93 25 126 0.26 0.80 0 0.51 280.4 0.67 0.3
Hex 5D 19 7E 1A 50 0 33 118 43 1E
Octal 135 31 176 32 120 0 63 430 103 36
Binary 1011101 11001 1111110 11010 1010000 0 110011 100011000 1000011 11110

Color Harmonies of #5D197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D197E

Black with #5D197E

Text Example


Text Example

White with #5D197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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