Html Css Color HEX #5E0A74 Indigo

📋 copy color: '#5E0A74'

red 94 ◦ green 10 ◦ blue 116

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

Shades of Indigo #5E0A74

Tints of Indigo #5E0A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 42.73%
G = 4.55%
B = 52.73%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0A74 (or 0x5E0A74) is known color: Indigo. HEX triplet: 5E, 0A and 74. RGB value is (94,10,116). Sum of RGB (Red+Green+Blue) = 94+10+116=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E0A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A74 is #A1F58B. Grayscale: #2E2E2E. Windows color (decimal): -10614156 or 7604830. OLE color: 7604830.

HSL color Cylindrical-coordinate representation of color #5E0A74: hue angle of 287.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0A74 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 10 116 -
CMYK 0.19 0.91 0 0.55
HSL 287.55º 0.84% 0.25% -
HSV(B) 287.55º 0.91% 0.45% -
XYZ 7.88 3.86 16.85 -
YUV 47.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 94 10 116 0.19 0.91 0 0.55 287.55 0.84 0.25
Hex 5E A 74 13 5B 0 37 120 54 19
Octal 136 12 164 23 133 0 67 440 124 31
Binary 1011110 1010 1110100 10011 1011011 0 110111 100100000 1010100 11001

Color Harmonies of #5E0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A74

Black with #5E0A74

Text Example


Text Example

White with #5E0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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