Html Css Color HEX #5D1076 Indigo

📋 copy color: '#5D1076'

red 93 ◦ green 16 ◦ blue 118

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

Shades of Indigo #5D1076

Tints of Indigo #5D1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 40.97%
G = 7.05%
B = 51.98%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D1076 (or 0x5D1076) is known color: Indigo. HEX triplet: 5D, 10 and 76. RGB value is (93,16,118). Sum of RGB (Red+Green+Blue) = 93+16+118=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D1076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1076 is #A2EF89. Grayscale: #323232. Windows color (decimal): -10678154 or 7737437. OLE color: 7737437.

HSL color Cylindrical-coordinate representation of color #5D1076: hue angle of 285.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1076 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 16 118 -
CMYK 0.21 0.86 0 0.54
HSL 285.29º 0.76% 0.26% -
HSV(B) 285.29º 0.86% 0.46% -
XYZ 7.97 4.01 17.49 -
YUV 50.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 93 16 118 0.21 0.86 0 0.54 285.29 0.76 0.26
Hex 5D 10 76 15 56 0 36 11D 4C 1A
Octal 135 20 166 25 126 0 66 435 114 32
Binary 1011101 10000 1110110 10101 1010110 0 110110 100011101 1001100 11010

Color Harmonies of #5D1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1076

Black with #5D1076

Text Example


Text Example

White with #5D1076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,16,118); }

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

background-color css

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

 a { background-color: rgb(93,16,118); }

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

border-color css

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

 span { border-color: rgb(93,16,118); }

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