Html Css Color HEX #5D1070 Indigo

📋 copy color: '#5D1070'

red 93 ◦ green 16 ◦ blue 112

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

Shades of Indigo #5D1070

Tints of Indigo #5D1070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 42.08%
G = 7.24%
B = 50.68%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D1070 (or 0x5D1070) is known color: Indigo. HEX triplet: 5D, 10 and 70. RGB value is (93,16,112). Sum of RGB (Red+Green+Blue) = 93+16+112=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1070 is #A2EF8F. Grayscale: #313131. Windows color (decimal): -10678160 or 7344221. OLE color: 7344221.

HSL color Cylindrical-coordinate representation of color #5D1070: hue angle of 288.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1070 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 16 112 -
CMYK 0.17 0.86 0 0.56
HSL 288.13º 0.75% 0.25% -
HSV(B) 288.13º 0.86% 0.44% -
XYZ 7.62 3.87 15.67 -
YUV 49.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 93 16 112 0.17 0.86 0 0.56 288.13 0.75 0.25
Hex 5D 10 70 11 56 0 38 120 4B 19
Octal 135 20 160 21 126 0 70 440 113 31
Binary 1011101 10000 1110000 10001 1010110 0 111000 100100000 1001011 11001

Color Harmonies of #5D1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1070

Black with #5D1070

Text Example


Text Example

White with #5D1070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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