Html Css Color HEX #5C0171 Indigo

📋 copy color: '#5C0171'

red 92 ◦ green 1 ◦ blue 113

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

Shades of Indigo #5C0171

Tints of Indigo #5C0171

RGB

 RED value IS 92 (36.33% from 255) = 44.66%

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 44.66%
G = 0.49%
B = 54.85%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C0171 (or 0x5C0171) is known color: Indigo. HEX triplet: 5C, 01 and 71. RGB value is (92,1,113). Sum of RGB (Red+Green+Blue) = 92+1+113=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0171 is #A3FE8E. Grayscale: #282828. Windows color (decimal): -10747535 or 7405916. OLE color: 7405916.

HSL color Cylindrical-coordinate representation of color #5C0171: hue angle of 288.75º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0171 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 1 113 -
CMYK 0.19 0.99 0 0.56
HSL 288.75º 0.98% 0.22% -
HSV(B) 288.75º 0.99% 0.44% -
XYZ 7.41 3.49 15.91 -
YUV 40.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 92 1 113 0.19 0.99 0 0.56 288.75 0.98 0.22
Hex 5C 1 71 13 63 0 38 121 62 16
Octal 134 1 161 23 143 0 70 441 142 26
Binary 1011100 1 1110001 10011 1100011 0 111000 100100001 1100010 10110

Color Harmonies of #5C0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0171

Black with #5C0171

Text Example


Text Example

White with #5C0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,113); }

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

background-color css

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

 a { background-color: rgb(92,1,113); }

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

border-color css

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

 span { border-color: rgb(92,1,113); }

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