Html Css Color HEX #5D059F Indigo

📋 copy color: '#5D059F'

red 93 ◦ green 5 ◦ blue 159

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

Shades of Indigo #5D059F

Tints of Indigo #5D059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 36.19%
G = 1.95%
B = 61.87%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D059F (or 0x5D059F) is known color: Indigo. HEX triplet: 5D, 05 and 9F. RGB value is (93,5,159). Sum of RGB (Red+Green+Blue) = 93+5+159=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D059F is #A2FA60. Grayscale: #303030. Windows color (decimal): -10680929 or 10421597. OLE color: 10421597.

HSL color Cylindrical-coordinate representation of color #5D059F: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D059F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 5 159 -
CMYK 0.42 0.97 0 0.38
HSL 274.29º 0.94% 0.32% -
HSV(B) 274.29º 0.97% 0.62% -
XYZ 10.83 4.94 33.18 -
YUV 48.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 93 5 159 0.42 0.97 0 0.38 274.29 0.94 0.32
Hex 5D 5 9F 2A 61 0 26 112 5E 20
Octal 135 5 237 52 141 0 46 422 136 40
Binary 1011101 101 10011111 101010 1100001 0 100110 100010010 1011110 100000

Color Harmonies of #5D059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D059F

Black with #5D059F

Text Example


Text Example

White with #5D059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,159); }

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

background-color css

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

 a { background-color: rgb(93,5,159); }

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

border-color css

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

 span { border-color: rgb(93,5,159); }

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