Html Css Color HEX #5D0DA1 Indigo

📋 copy color: '#5D0DA1'

red 93 ◦ green 13 ◦ blue 161

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

Shades of Indigo #5D0DA1

Tints of Indigo #5D0DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 161 (63.28% from 255) = 60.3%

R = 34.83%
G = 4.87%
B = 60.3%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5D0DA1 (or 0x5D0DA1) is known color: Indigo. HEX triplet: 5D, 0D and A1. RGB value is (93,13,161). Sum of RGB (Red+Green+Blue) = 93+13+161=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 161 (63.28% from 255 or 60.30% from 267); Max value from RGB is 161 - color contains mainly: blue. Hex color #5D0DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0DA1 is #A2F25E. Grayscale: #353535. Windows color (decimal): -10678879 or 10554717. OLE color: 10554717.

HSL color Cylindrical-coordinate representation of color #5D0DA1: hue angle of 272.43º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0DA1 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 13 161 -
CMYK 0.42 0.92 0 0.37
HSL 272.43º 0.85% 0.34% -
HSV(B) 272.43º 0.92% 0.63% -
XYZ 11.09 5.19 34.14 -
YUV 53.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 93 13 161 0.42 0.92 0 0.37 272.43 0.85 0.34
Hex 5D D A1 2A 5C 0 25 110 55 22
Octal 135 15 241 52 134 0 45 420 125 42
Binary 1011101 1101 10100001 101010 1011100 0 100101 100010000 1010101 100010

Color Harmonies of #5D0DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DA1

Black with #5D0DA1

Text Example


Text Example

White with #5D0DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,13,161); }

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

background-color css

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

 a { background-color: rgb(93,13,161); }

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

border-color css

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

 span { border-color: rgb(93,13,161); }

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