Html Css Color HEX #5E009F Indigo

📋 copy color: '#5E009F'

red 94 ◦ green 0 ◦ blue 159

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

Shades of Indigo #5E009F

Tints of Indigo #5E009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 37.15%
G = 0%
B = 62.85%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E009F (or 0x5E009F) is known color: Indigo. HEX triplet: 5E, 00 and 9F. RGB value is (94,0,159). Sum of RGB (Red+Green+Blue) = 94+0+159=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E009F is #A1FF60. Grayscale: #2D2D2D. Windows color (decimal): -10616673 or 10420318. OLE color: 10420318.

HSL color Cylindrical-coordinate representation of color #5E009F: hue angle of 275.47º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E009F is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 0 159 -
CMYK 0.41 1 0 0.38
HSL 275.47º 1% 0.31% -
HSV(B) 275.47º 1% 0.62% -
XYZ 10.87 4.88 33.17 -
YUV 46.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 94 0 159 0.41 1 0 0.38 275.47 1 0.31
Hex 5E 0 9F 29 64 0 26 113 64 1F
Octal 136 0 237 51 144 0 46 423 144 37
Binary 1011110 0 10011111 101001 1100100 0 100110 100010011 1100100 11111

Color Harmonies of #5E009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E009F

Black with #5E009F

Text Example


Text Example

White with #5E009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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