Html Css Color HEX #5D007F Indigo

📋 copy color: '#5D007F'

red 93 ◦ green 0 ◦ blue 127

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

Shades of Indigo #5D007F

Tints of Indigo #5D007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 42.27%
G = 0%
B = 57.73%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5D007F (or 0x5D007F) is known color: Indigo. HEX triplet: 5D, 00 and 7F. RGB value is (93,0,127). Sum of RGB (Red+Green+Blue) = 93+0+127=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D007F is #A2FF80. Grayscale: #292929. Windows color (decimal): -10682241 or 8323165. OLE color: 8323165.

HSL color Cylindrical-coordinate representation of color #5D007F: hue angle of 283.94º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D007F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 0 127 -
CMYK 0.27 1 0 0.50
HSL 283.94º 1% 0.25% -
HSV(B) 283.94º 1% 0.5% -
XYZ 8.34 3.86 20.38 -
YUV 42.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 93 0 127 0.27 1 0 0.50 283.94 1 0.25
Hex 5D 0 7F 1B 64 0 32 11C 64 19
Octal 135 0 177 33 144 0 62 434 144 31
Binary 1011101 0 1111111 11011 1100100 0 110010 100011100 1100100 11001

Color Harmonies of #5D007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D007F

Black with #5D007F

Text Example


Text Example

White with #5D007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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