Html Css Color HEX #5E107F Indigo

📋 copy color: '#5E107F'

red 94 ◦ green 16 ◦ blue 127

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

Shades of Indigo #5E107F

Tints of Indigo #5E107F

RGB

 RED value IS 94 (37.11% from 255) = 39.66%

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

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

R = 39.66%
G = 6.75%
B = 53.59%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E107F (or 0x5E107F) is known color: Indigo. HEX triplet: 5E, 10 and 7F. RGB value is (94,16,127). Sum of RGB (Red+Green+Blue) = 94+16+127=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E107F is #A1EF80. Grayscale: #333333. Windows color (decimal): -10612609 or 8327262. OLE color: 8327262.

HSL color Cylindrical-coordinate representation of color #5E107F: hue angle of 282.16º 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 #5E107F is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 16 127 -
CMYK 0.26 0.87 0 0.50
HSL 282.16º 0.78% 0.28% -
HSV(B) 282.16º 0.87% 0.5% -
XYZ 8.63 4.28 20.45 -
YUV 51.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 94 16 127 0.26 0.87 0 0.50 282.16 0.78 0.28
Hex 5E 10 7F 1A 57 0 32 11A 4E 1C
Octal 136 20 177 32 127 0 62 432 116 34
Binary 1011110 10000 1111111 11010 1010111 0 110010 100011010 1001110 11100

Color Harmonies of #5E107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E107F

Black with #5E107F

Text Example


Text Example

White with #5E107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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