Html Css Color HEX #5D0071 Indigo

📋 copy color: '#5D0071'

red 93 ◦ green 0 ◦ blue 113

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

Shades of Indigo #5D0071

Tints of Indigo #5D0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.15%
G = 0%
B = 54.85%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D0071 (or 0x5D0071) is known color: Indigo. HEX triplet: 5D, 00 and 71. RGB value is (93,0,113). Sum of RGB (Red+Green+Blue) = 93+0+113=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 0 (0.39% from 255 or 0% 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 #5D0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0071 is #A2FF8E. Grayscale: #282828. Windows color (decimal): -10682255 or 7405661. OLE color: 7405661.

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

Color convert

RGB 93 0 113 -
CMYK 0.18 1 0 0.56
HSL 289.38º 1% 0.22% -
HSV(B) 289.38º 1% 0.44% -
XYZ 7.49 3.52 15.91 -
YUV 40.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 93 0 113 0.18 1 0 0.56 289.38 1 0.22
Hex 5D 0 71 12 64 0 38 121 64 16
Octal 135 0 161 22 144 0 70 441 144 26
Binary 1011101 0 1110001 10010 1100100 0 111000 100100001 1100100 10110

Color Harmonies of #5D0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0071

Black with #5D0071

Text Example


Text Example

White with #5D0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,113); }

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

background-color css

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

 a { background-color: rgb(93,0,113); }

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

border-color css

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

 span { border-color: rgb(93,0,113); }

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