Html Css Color HEX #5E008B Indigo

📋 copy color: '#5E008B'

red 94 ◦ green 0 ◦ blue 139

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

Shades of Indigo #5E008B

Tints of Indigo #5E008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 40.34%
G = 0%
B = 59.66%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E008B (or 0x5E008B) is known color: Indigo. HEX triplet: 5E, 00 and 8B. RGB value is (94,0,139). Sum of RGB (Red+Green+Blue) = 94+0+139=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E008B is #A1FF74. Grayscale: #2B2B2B. Windows color (decimal): -10616693 or 9109598. OLE color: 9109598.

HSL color Cylindrical-coordinate representation of color #5E008B: hue angle of 280.58º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E008B is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 0 139 -
CMYK 0.32 1 0 0.45
HSL 280.58º 1% 0.27% -
HSV(B) 280.58º 1% 0.55% -
XYZ 9.28 4.24 24.76 -
YUV 43.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 94 0 139 0.32 1 0 0.45 280.58 1 0.27
Hex 5E 0 8B 20 64 0 2D 119 64 1B
Octal 136 0 213 40 144 0 55 431 144 33
Binary 1011110 0 10001011 100000 1100100 0 101101 100011001 1100100 11011

Color Harmonies of #5E008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E008B

Black with #5E008B

Text Example


Text Example

White with #5E008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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