Html Css Color HEX #5E028E Indigo

📋 copy color: '#5E028E'

red 94 ◦ green 2 ◦ blue 142

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

Shades of Indigo #5E028E

Tints of Indigo #5E028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 39.5%
G = 0.84%
B = 59.66%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E028E (or 0x5E028E) is known color: Indigo. HEX triplet: 5E, 02 and 8E. RGB value is (94,2,142). Sum of RGB (Red+Green+Blue) = 94+2+142=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E028E is #A1FD71. Grayscale: #2D2D2D. Windows color (decimal): -10616178 or 9306718. OLE color: 9306718.

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

Color convert

RGB 94 2 142 -
CMYK 0.34 0.99 0 0.44
HSL 279.43º 0.97% 0.28% -
HSV(B) 279.43º 0.99% 0.56% -
XYZ 9.52 4.38 25.93 -
YUV 45.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 94 2 142 0.34 0.99 0 0.44 279.43 0.97 0.28
Hex 5E 2 8E 22 63 0 2C 117 61 1C
Octal 136 2 216 42 143 0 54 427 141 34
Binary 1011110 10 10001110 100010 1100011 0 101100 100010111 1100001 11100

Color Harmonies of #5E028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E028E

Black with #5E028E

Text Example


Text Example

White with #5E028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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