Html Css Color HEX #5D0473 Indigo

📋 copy color: '#5D0473'

red 93 ◦ green 4 ◦ blue 115

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

Shades of Indigo #5D0473

Tints of Indigo #5D0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 43.87%
G = 1.89%
B = 54.25%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D0473 (or 0x5D0473) is known color: Indigo. HEX triplet: 5D, 04 and 73. RGB value is (93,4,115). Sum of RGB (Red+Green+Blue) = 93+4+115=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0473 is #A2FB8C. Grayscale: #2A2A2A. Windows color (decimal): -10681229 or 7537757. OLE color: 7537757.

HSL color Cylindrical-coordinate representation of color #5D0473: hue angle of 288.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0473 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 4 115 -
CMYK 0.19 0.97 0 0.55
HSL 288.11º 0.93% 0.23% -
HSV(B) 288.11º 0.97% 0.45% -
XYZ 7.65 3.65 16.52 -
YUV 43.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 93 4 115 0.19 0.97 0 0.55 288.11 0.93 0.23
Hex 5D 4 73 13 61 0 37 120 5D 17
Octal 135 4 163 23 141 0 67 440 135 27
Binary 1011101 100 1110011 10011 1100001 0 110111 100100000 1011101 10111

Color Harmonies of #5D0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0473

Black with #5D0473

Text Example


Text Example

White with #5D0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,115); }

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

background-color css

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

 a { background-color: rgb(93,4,115); }

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

border-color css

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

 span { border-color: rgb(93,4,115); }

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