Html Css Color HEX #5D026D Indigo

📋 copy color: '#5D026D'

red 93 ◦ green 2 ◦ blue 109

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

Shades of Indigo #5D026D

Tints of Indigo #5D026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 45.59%
G = 0.98%
B = 53.43%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D026D (or 0x5D026D) is known color: Indigo. HEX triplet: 5D, 02 and 6D. RGB value is (93,2,109). Sum of RGB (Red+Green+Blue) = 93+2+109=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D026D is #A2FD92. Grayscale: #292929. Windows color (decimal): -10681747 or 7144029. OLE color: 7144029.

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

Color convert

RGB 93 2 109 -
CMYK 0.15 0.98 0 0.57
HSL 291.03º 0.96% 0.22% -
HSV(B) 291.03º 0.98% 0.43% -
XYZ 7.3 3.47 14.75 -
YUV 41.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 93 2 109 0.15 0.98 0 0.57 291.03 0.96 0.22
Hex 5D 2 6D F 62 0 39 123 60 16
Octal 135 2 155 17 142 0 71 443 140 26
Binary 1011101 10 1101101 1111 1100010 0 111001 100100011 1100000 10110

Color Harmonies of #5D026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D026D

Black with #5D026D

Text Example


Text Example

White with #5D026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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