Html Css Color HEX #5D059E Indigo

📋 copy color: '#5D059E'

red 93 ◦ green 5 ◦ blue 158

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

Shades of Indigo #5D059E

Tints of Indigo #5D059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 36.33%
G = 1.95%
B = 61.72%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D059E (or 0x5D059E) is known color: Indigo. HEX triplet: 5D, 05 and 9E. RGB value is (93,5,158). Sum of RGB (Red+Green+Blue) = 93+5+158=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D059E is #A2FA61. Grayscale: #303030. Windows color (decimal): -10680930 or 10356061. OLE color: 10356061.

HSL color Cylindrical-coordinate representation of color #5D059E: hue angle of 274.51º 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 #5D059E is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 5 158 -
CMYK 0.41 0.97 0 0.38
HSL 274.51º 0.94% 0.32% -
HSV(B) 274.51º 0.97% 0.62% -
XYZ 10.74 4.9 32.73 -
YUV 48.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 93 5 158 0.41 0.97 0 0.38 274.51 0.94 0.32
Hex 5D 5 9E 29 61 0 26 113 5E 20
Octal 135 5 236 51 141 0 46 423 136 40
Binary 1011101 101 10011110 101001 1100001 0 100110 100010011 1011110 100000

Color Harmonies of #5D059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D059E

Black with #5D059E

Text Example


Text Example

White with #5D059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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