Html Css Color HEX #5E058B Indigo

📋 copy color: '#5E058B'

red 94 ◦ green 5 ◦ blue 139

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

Shades of Indigo #5E058B

Tints of Indigo #5E058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

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

R = 39.5%
G = 2.1%
B = 58.4%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E058B (or 0x5E058B) is known color: Indigo. HEX triplet: 5E, 05 and 8B. RGB value is (94,5,139). Sum of RGB (Red+Green+Blue) = 94+5+139=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E058B is #A1FA74. Grayscale: #2E2E2E. Windows color (decimal): -10615413 or 9110878. OLE color: 9110878.

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

Color convert

RGB 94 5 139 -
CMYK 0.32 0.96 0 0.45
HSL 279.85º 0.93% 0.28% -
HSV(B) 279.85º 0.96% 0.55% -
XYZ 9.33 4.35 24.77 -
YUV 46.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 94 5 139 0.32 0.96 0 0.45 279.85 0.93 0.28
Hex 5E 5 8B 20 60 0 2D 118 5D 1C
Octal 136 5 213 40 140 0 55 430 135 34
Binary 1011110 101 10001011 100000 1100000 0 101101 100011000 1011101 11100

Color Harmonies of #5E058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E058B

Black with #5E058B

Text Example


Text Example

White with #5E058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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