Html Css Color HEX #5D117A Indigo

📋 copy color: '#5D117A'

red 93 ◦ green 17 ◦ blue 122

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

Shades of Indigo #5D117A

Tints of Indigo #5D117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 40.09%
G = 7.33%
B = 52.59%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D117A (or 0x5D117A) is known color: Indigo. HEX triplet: 5D, 11 and 7A. RGB value is (93,17,122). Sum of RGB (Red+Green+Blue) = 93+17+122=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D117A is #A2EE85. Grayscale: #333333. Windows color (decimal): -10677894 or 7999837. OLE color: 7999837.

HSL color Cylindrical-coordinate representation of color #5D117A: hue angle of 283.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D117A is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 17 122 -
CMYK 0.24 0.86 0 0.52
HSL 283.43º 0.76% 0.27% -
HSV(B) 283.43º 0.86% 0.48% -
XYZ 8.23 4.13 18.78 -
YUV 51.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 93 17 122 0.24 0.86 0 0.52 283.43 0.76 0.27
Hex 5D 11 7A 18 56 0 34 11B 4C 1B
Octal 135 21 172 30 126 0 64 433 114 33
Binary 1011101 10001 1111010 11000 1010110 0 110100 100011011 1001100 11011

Color Harmonies of #5D117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D117A

Black with #5D117A

Text Example


Text Example

White with #5D117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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