Html Css Color HEX #5D107F Indigo

📋 copy color: '#5D107F'

red 93 ◦ green 16 ◦ blue 127

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

Shades of Indigo #5D107F

Tints of Indigo #5D107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 39.41%
G = 6.78%
B = 53.81%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5D107F (or 0x5D107F) is known color: Indigo. HEX triplet: 5D, 10 and 7F. RGB value is (93,16,127). Sum of RGB (Red+Green+Blue) = 93+16+127=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D107F is #A2EF80. Grayscale: #333333. Windows color (decimal): -10678145 or 8327261. OLE color: 8327261.

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

Color convert

RGB 93 16 127 -
CMYK 0.27 0.87 0 0.50
HSL 281.62º 0.78% 0.28% -
HSV(B) 281.62º 0.87% 0.5% -
XYZ 8.53 4.23 20.45 -
YUV 51.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 93 16 127 0.27 0.87 0 0.50 281.62 0.78 0.28
Hex 5D 10 7F 1B 57 0 32 11A 4E 1C
Octal 135 20 177 33 127 0 62 432 116 34
Binary 1011101 10000 1111111 11011 1010111 0 110010 100011010 1001110 11100

Color Harmonies of #5D107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D107F

Black with #5D107F

Text Example


Text Example

White with #5D107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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