Html Css Color HEX #5E006F Indigo

📋 copy color: '#5E006F'

red 94 ◦ green 0 ◦ blue 111

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

Shades of Indigo #5E006F

Tints of Indigo #5E006F

RGB

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

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

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

R = 45.85%
G = 0%
B = 54.15%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E006F (or 0x5E006F) is known color: Indigo. HEX triplet: 5E, 00 and 6F. RGB value is (94,0,111). Sum of RGB (Red+Green+Blue) = 94+0+111=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E006F is #A1FF90. Grayscale: #282828. Windows color (decimal): -10616721 or 7274590. OLE color: 7274590.

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

Color convert

RGB 94 0 111 -
CMYK 0.15 1 0 0.56
HSL 290.81º 1% 0.22% -
HSV(B) 290.81º 1% 0.44% -
XYZ 7.49 3.53 15.33 -
YUV 40.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 94 0 111 0.15 1 0 0.56 290.81 1 0.22
Hex 5E 0 6F F 64 0 38 123 64 16
Octal 136 0 157 17 144 0 70 443 144 26
Binary 1011110 0 1101111 1111 1100100 0 111000 100100011 1100100 10110

Color Harmonies of #5E006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E006F

Black with #5E006F

Text Example


Text Example

White with #5E006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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