Html Css Color HEX #5D1075 Indigo

📋 copy color: '#5D1075'

red 93 ◦ green 16 ◦ blue 117

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

Shades of Indigo #5D1075

Tints of Indigo #5D1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 41.15%
G = 7.08%
B = 51.77%

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

#5D1075 (or 0x5D1075) is known color: Indigo. HEX triplet: 5D, 10 and 75. RGB value is (93,16,117). Sum of RGB (Red+Green+Blue) = 93+16+117=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D1075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1075 is #A2EF8A. Grayscale: #323232. Windows color (decimal): -10678155 or 7671901. OLE color: 7671901.

HSL color Cylindrical-coordinate representation of color #5D1075: hue angle of 285.74º 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 #5D1075 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 16 117 -
CMYK 0.21 0.86 0 0.54
HSL 285.74º 0.76% 0.26% -
HSV(B) 285.74º 0.86% 0.46% -
XYZ 7.91 3.98 17.18 -
YUV 50.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 93 16 117 0.21 0.86 0 0.54 285.74 0.76 0.26
Hex 5D 10 75 15 56 0 36 11E 4C 1A
Octal 135 20 165 25 126 0 66 436 114 32
Binary 1011101 10000 1110101 10101 1010110 0 110110 100011110 1001100 11010

Color Harmonies of #5D1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1075

Black with #5D1075

Text Example


Text Example

White with #5D1075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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