Html Css Color HEX #5D056D Indigo

📋 copy color: '#5D056D'

red 93 ◦ green 5 ◦ blue 109

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

Shades of Indigo #5D056D

Tints of Indigo #5D056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 44.93%
G = 2.42%
B = 52.66%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D056D (or 0x5D056D) is known color: Indigo. HEX triplet: 5D, 05 and 6D. RGB value is (93,5,109). Sum of RGB (Red+Green+Blue) = 93+5+109=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D056D is #A2FA92. Grayscale: #2A2A2A. Windows color (decimal): -10680979 or 7144797. OLE color: 7144797.

HSL color Cylindrical-coordinate representation of color #5D056D: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D056D is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 93 5 109 -
CMYK 0.15 0.95 0 0.57
HSL 290.77º 0.91% 0.22% -
HSV(B) 290.77º 0.95% 0.43% -
XYZ 7.33 3.54 14.76 -
YUV 43.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 93 5 109 0.15 0.95 0 0.57 290.77 0.91 0.22
Hex 5D 5 6D F 5F 0 39 123 5B 16
Octal 135 5 155 17 137 0 71 443 133 26
Binary 1011101 101 1101101 1111 1011111 0 111001 100100011 1011011 10110

Color Harmonies of #5D056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D056D

Black with #5D056D

Text Example


Text Example

White with #5D056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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