Html Css Color HEX #5D039F Indigo

📋 copy color: '#5D039F'

red 93 ◦ green 3 ◦ blue 159

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

Shades of Indigo #5D039F

Tints of Indigo #5D039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 36.47%
G = 1.18%
B = 62.35%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D039F (or 0x5D039F) is known color: Indigo. HEX triplet: 5D, 03 and 9F. RGB value is (93,3,159). Sum of RGB (Red+Green+Blue) = 93+3+159=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D039F is #A2FC60. Grayscale: #2F2F2F. Windows color (decimal): -10681441 or 10421085. OLE color: 10421085.

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

Color convert

RGB 93 3 159 -
CMYK 0.42 0.98 0 0.38
HSL 274.62º 0.96% 0.32% -
HSV(B) 274.62º 0.98% 0.62% -
XYZ 10.8 4.9 33.18 -
YUV 47.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 93 3 159 0.42 0.98 0 0.38 274.62 0.96 0.32
Hex 5D 3 9F 2A 62 0 26 113 60 20
Octal 135 3 237 52 142 0 46 423 140 40
Binary 1011101 11 10011111 101010 1100010 0 100110 100010011 1100000 100000

Color Harmonies of #5D039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D039F

Black with #5D039F

Text Example


Text Example

White with #5D039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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