Html Css Color HEX #5D0174 Indigo

📋 copy color: '#5D0174'

red 93 ◦ green 1 ◦ blue 116

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

Shades of Indigo #5D0174

Tints of Indigo #5D0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 44.29%
G = 0.48%
B = 55.24%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D0174 (or 0x5D0174) is known color: Indigo. HEX triplet: 5D, 01 and 74. RGB value is (93,1,116). Sum of RGB (Red+Green+Blue) = 93+1+116=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D0174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0174 is #A2FE8B. Grayscale: #292929. Windows color (decimal): -10681996 or 7602525. OLE color: 7602525.

HSL color Cylindrical-coordinate representation of color #5D0174: hue angle of 288º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0174 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 1 116 -
CMYK 0.20 0.99 0 0.55
HSL 288º 0.98% 0.23% -
HSV(B) 288º 0.99% 0.45% -
XYZ 7.68 3.61 16.82 -
YUV 41.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 93 1 116 0.20 0.99 0 0.55 288 0.98 0.23
Hex 5D 1 74 14 63 0 37 120 62 17
Octal 135 1 164 24 143 0 67 440 142 27
Binary 1011101 1 1110100 10100 1100011 0 110111 100100000 1100010 10111

Color Harmonies of #5D0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0174

Black with #5D0174

Text Example


Text Example

White with #5D0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,116); }

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

background-color css

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

 a { background-color: rgb(93,1,116); }

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

border-color css

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

 span { border-color: rgb(93,1,116); }

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