Html Css Color HEX #5E016F Indigo

📋 copy color: '#5E016F'

red 94 ◦ green 1 ◦ blue 111

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

Shades of Indigo #5E016F

Tints of Indigo #5E016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 45.63%
G = 0.49%
B = 53.88%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E016F (or 0x5E016F) is known color: Indigo. HEX triplet: 5E, 01 and 6F. RGB value is (94,1,111). Sum of RGB (Red+Green+Blue) = 94+1+111=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E016F is #A1FE90. Grayscale: #292929. Windows color (decimal): -10616465 or 7274846. OLE color: 7274846.

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

Color convert

RGB 94 1 111 -
CMYK 0.15 0.99 0 0.56
HSL 290.73º 0.98% 0.22% -
HSV(B) 290.73º 0.99% 0.44% -
XYZ 7.5 3.55 15.33 -
YUV 41.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 94 1 111 0.15 0.99 0 0.56 290.73 0.98 0.22
Hex 5E 1 6F F 63 0 38 123 62 16
Octal 136 1 157 17 143 0 70 443 142 26
Binary 1011110 1 1101111 1111 1100011 0 111000 100100011 1100010 10110

Color Harmonies of #5E016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E016F

Black with #5E016F

Text Example


Text Example

White with #5E016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,111); }

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

background-color css

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

 a { background-color: rgb(94,1,111); }

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

border-color css

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

 span { border-color: rgb(94,1,111); }

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