Html Css Color HEX #5D0472 Indigo

📋 copy color: '#5D0472'

red 93 ◦ green 4 ◦ blue 114

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

Shades of Indigo #5D0472

Tints of Indigo #5D0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 44.08%
G = 1.9%
B = 54.03%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D0472 (or 0x5D0472) is known color: Indigo. HEX triplet: 5D, 04 and 72. RGB value is (93,4,114). Sum of RGB (Red+Green+Blue) = 93+4+114=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0472 is #A2FB8D. Grayscale: #2A2A2A. Windows color (decimal): -10681230 or 7472221. OLE color: 7472221.

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

Color convert

RGB 93 4 114 -
CMYK 0.18 0.96 0 0.55
HSL 288.55º 0.93% 0.23% -
HSV(B) 288.55º 0.96% 0.45% -
XYZ 7.59 3.63 16.22 -
YUV 43.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 93 4 114 0.18 0.96 0 0.55 288.55 0.93 0.23
Hex 5D 4 72 12 60 0 37 121 5D 17
Octal 135 4 162 22 140 0 67 441 135 27
Binary 1011101 100 1110010 10010 1100000 0 110111 100100001 1011101 10111

Color Harmonies of #5D0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0472

Black with #5D0472

Text Example


Text Example

White with #5D0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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