Html Css Color HEX #5D006E Indigo

📋 copy color: '#5D006E'

red 93 ◦ green 0 ◦ blue 110

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

Shades of Indigo #5D006E

Tints of Indigo #5D006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 45.81%
G = 0%
B = 54.19%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D006E (or 0x5D006E) is known color: Indigo. HEX triplet: 5D, 00 and 6E. RGB value is (93,0,110). Sum of RGB (Red+Green+Blue) = 93+0+110=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D006E is #A2FF91. Grayscale: #282828. Windows color (decimal): -10682258 or 7209053. OLE color: 7209053.

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

Color convert

RGB 93 0 110 -
CMYK 0.15 1 0 0.57
HSL 290.73º 1% 0.22% -
HSV(B) 290.73º 1% 0.43% -
XYZ 7.33 3.45 15.03 -
YUV 40.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 93 0 110 0.15 1 0 0.57 290.73 1 0.22
Hex 5D 0 6E F 64 0 39 123 64 16
Octal 135 0 156 17 144 0 71 443 144 26
Binary 1011101 0 1101110 1111 1100100 0 111001 100100011 1100100 10110

Color Harmonies of #5D006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D006E

Black with #5D006E

Text Example


Text Example

White with #5D006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,110); }

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

background-color css

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

 a { background-color: rgb(93,0,110); }

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

border-color css

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

 span { border-color: rgb(93,0,110); }

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