Html Css Color HEX #5D0D79 Indigo

📋 copy color: '#5D0D79'

red 93 ◦ green 13 ◦ blue 121

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

Shades of Indigo #5D0D79

Tints of Indigo #5D0D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 40.97%
G = 5.73%
B = 53.3%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D0D79 (or 0x5D0D79) is known color: Indigo. HEX triplet: 5D, 0D and 79. RGB value is (93,13,121). Sum of RGB (Red+Green+Blue) = 93+13+121=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D0D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D79 is #A2F286. Grayscale: #303030. Windows color (decimal): -10678919 or 7933277. OLE color: 7933277.

HSL color Cylindrical-coordinate representation of color #5D0D79: hue angle of 284.44º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0D79 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 13 121 -
CMYK 0.23 0.89 0 0.53
HSL 284.44º 0.81% 0.26% -
HSV(B) 284.44º 0.89% 0.47% -
XYZ 8.11 4 18.43 -
YUV 49.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 93 13 121 0.23 0.89 0 0.53 284.44 0.81 0.26
Hex 5D D 79 17 59 0 35 11C 51 1A
Octal 135 15 171 27 131 0 65 434 121 32
Binary 1011101 1101 1111001 10111 1011001 0 110101 100011100 1010001 11010

Color Harmonies of #5D0D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0D79

Black with #5D0D79

Text Example


Text Example

White with #5D0D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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