Html Css Color HEX #5D1080 Indigo

📋 copy color: '#5D1080'

red 93 ◦ green 16 ◦ blue 128

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

Shades of Indigo #5D1080

Tints of Indigo #5D1080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.01%

R = 39.24%
G = 6.75%
B = 54.01%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5D1080 (or 0x5D1080) is known color: Indigo. HEX triplet: 5D, 10 and 80. RGB value is (93,16,128). Sum of RGB (Red+Green+Blue) = 93+16+128=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #5D1080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1080 is #A2EF7F. Grayscale: #333333. Windows color (decimal): -10678144 or 8392797. OLE color: 8392797.

HSL color Cylindrical-coordinate representation of color #5D1080: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1080 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 16 128 -
CMYK 0.27 0.88 0 0.50
HSL 281.25º 0.78% 0.28% -
HSV(B) 281.25º 0.88% 0.5% -
XYZ 8.6 4.26 20.79 -
YUV 51.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 93 16 128 0.27 0.88 0 0.50 281.25 0.78 0.28
Hex 5D 10 80 1B 58 0 32 119 4E 1C
Octal 135 20 200 33 130 0 62 431 116 34
Binary 1011101 10000 10000000 11011 1011000 0 110010 100011001 1001110 11100

Color Harmonies of #5D1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1080

Black with #5D1080

Text Example


Text Example

White with #5D1080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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