Html Css Color HEX #5D0175 Indigo

📋 copy color: '#5D0175'

red 93 ◦ green 1 ◦ blue 117

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

Shades of Indigo #5D0175

Tints of Indigo #5D0175

RGB

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

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

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

R = 44.08%
G = 0.47%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D0175 (or 0x5D0175) is known color: Indigo. HEX triplet: 5D, 01 and 75. RGB value is (93,1,117). Sum of RGB (Red+Green+Blue) = 93+1+117=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D0175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0175 is #A2FE8A. Grayscale: #292929. Windows color (decimal): -10681995 or 7668061. OLE color: 7668061.

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

Color convert

RGB 93 1 117 -
CMYK 0.21 0.99 0 0.54
HSL 287.59º 0.98% 0.23% -
HSV(B) 287.59º 0.99% 0.46% -
XYZ 7.74 3.63 17.12 -
YUV 41.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 93 1 117 0.21 0.99 0 0.54 287.59 0.98 0.23
Hex 5D 1 75 15 63 0 36 120 62 17
Octal 135 1 165 25 143 0 66 440 142 27
Binary 1011101 1 1110101 10101 1100011 0 110110 100100000 1100010 10111

Color Harmonies of #5D0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0175

Black with #5D0175

Text Example


Text Example

White with #5D0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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