Html Css Color HEX #5E0192 Indigo

📋 copy color: '#5E0192'

red 94 ◦ green 1 ◦ blue 146

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

Shades of Indigo #5E0192

Tints of Indigo #5E0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 39%
G = 0.41%
B = 60.58%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E0192 (or 0x5E0192) is known color: Indigo. HEX triplet: 5E, 01 and 92. RGB value is (94,1,146). Sum of RGB (Red+Green+Blue) = 94+1+146=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E0192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0192 is #A1FE6D. Grayscale: #2C2C2C. Windows color (decimal): -10616430 or 9568606. OLE color: 9568606.

HSL color Cylindrical-coordinate representation of color #5E0192: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0192 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 1 146 -
CMYK 0.36 0.99 0 0.43
HSL 278.48º 0.99% 0.29% -
HSV(B) 278.48º 0.99% 0.57% -
XYZ 9.82 4.48 27.54 -
YUV 45.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 94 1 146 0.36 0.99 0 0.43 278.48 0.99 0.29
Hex 5E 1 92 24 63 0 2B 116 63 1D
Octal 136 1 222 44 143 0 53 426 143 35
Binary 1011110 1 10010010 100100 1100011 0 101011 100010110 1100011 11101

Color Harmonies of #5E0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0192

Black with #5E0192

Text Example


Text Example

White with #5E0192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,146); }

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

background-color css

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

 a { background-color: rgb(94,1,146); }

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

border-color css

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

 span { border-color: rgb(94,1,146); }

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