Html Css Color HEX #5E0A92 Indigo

📋 copy color: '#5E0A92'

red 94 ◦ green 10 ◦ blue 146

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

Shades of Indigo #5E0A92

Tints of Indigo #5E0A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 37.6%
G = 4%
B = 58.4%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E0A92 (or 0x5E0A92) is known color: Indigo. HEX triplet: 5E, 0A and 92. RGB value is (94,10,146). Sum of RGB (Red+Green+Blue) = 94+10+146=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E0A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0A92 is #A1F56D. Grayscale: #323232. Windows color (decimal): -10614126 or 9570910. OLE color: 9570910.

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

Color convert

RGB 94 10 146 -
CMYK 0.36 0.93 0 0.43
HSL 277.06º 0.87% 0.31% -
HSV(B) 277.06º 0.93% 0.57% -
XYZ 9.91 4.67 27.57 -
YUV 50.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 94 10 146 0.36 0.93 0 0.43 277.06 0.87 0.31
Hex 5E A 92 24 5D 0 2B 115 57 1F
Octal 136 12 222 44 135 0 53 425 127 37
Binary 1011110 1010 10010010 100100 1011101 0 101011 100010101 1010111 11111

Color Harmonies of #5E0A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A92

Black with #5E0A92

Text Example


Text Example

White with #5E0A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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