Html Css Color HEX #5E058E Indigo

📋 copy color: '#5E058E'

red 94 ◦ green 5 ◦ blue 142

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

Shades of Indigo #5E058E

Tints of Indigo #5E058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 39%
G = 2.07%
B = 58.92%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E058E (or 0x5E058E) is known color: Indigo. HEX triplet: 5E, 05 and 8E. RGB value is (94,5,142). Sum of RGB (Red+Green+Blue) = 94+5+142=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E058E is #A1FA71. Grayscale: #2E2E2E. Windows color (decimal): -10615410 or 9307486. OLE color: 9307486.

HSL color Cylindrical-coordinate representation of color #5E058E: hue angle of 278.98º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E058E is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 5 142 -
CMYK 0.34 0.96 0 0.44
HSL 278.98º 0.93% 0.29% -
HSV(B) 278.98º 0.96% 0.56% -
XYZ 9.55 4.44 25.94 -
YUV 47.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 94 5 142 0.34 0.96 0 0.44 278.98 0.93 0.29
Hex 5E 5 8E 22 60 0 2C 117 5D 1D
Octal 136 5 216 42 140 0 54 427 135 35
Binary 1011110 101 10001110 100010 1100000 0 101100 100010111 1011101 11101

Color Harmonies of #5E058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E058E

Black with #5E058E

Text Example


Text Example

White with #5E058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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