Html Css Color HEX #5E016E Indigo

📋 copy color: '#5E016E'

red 94 ◦ green 1 ◦ blue 110

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

Shades of Indigo #5E016E

Tints of Indigo #5E016E

RGB

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

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

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

R = 45.85%
G = 0.49%
B = 53.66%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E016E (or 0x5E016E) is known color: Indigo. HEX triplet: 5E, 01 and 6E. RGB value is (94,1,110). Sum of RGB (Red+Green+Blue) = 94+1+110=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E016E is #A1FE91. Grayscale: #282828. Windows color (decimal): -10616466 or 7209310. OLE color: 7209310.

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

Color convert

RGB 94 1 110 -
CMYK 0.15 0.99 0 0.57
HSL 291.19º 0.98% 0.22% -
HSV(B) 291.19º 0.99% 0.43% -
XYZ 7.44 3.53 15.04 -
YUV 41.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 94 1 110 0.15 0.99 0 0.57 291.19 0.98 0.22
Hex 5E 1 6E F 63 0 39 123 62 16
Octal 136 1 156 17 143 0 71 443 142 26
Binary 1011110 1 1101110 1111 1100011 0 111001 100100011 1100010 10110

Color Harmonies of #5E016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E016E

Black with #5E016E

Text Example


Text Example

White with #5E016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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