Html Css Color HEX #5E0A6E Indigo

📋 copy color: '#5E0A6E'

red 94 ◦ green 10 ◦ blue 110

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

Shades of Indigo #5E0A6E

Tints of Indigo #5E0A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 43.93%
G = 4.67%
B = 51.4%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E0A6E (or 0x5E0A6E) is known color: Indigo. HEX triplet: 5E, 0A and 6E. RGB value is (94,10,110). Sum of RGB (Red+Green+Blue) = 94+10+110=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E0A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A6E is #A1F591. Grayscale: #2E2E2E. Windows color (decimal): -10614162 or 7211614. OLE color: 7211614.

HSL color Cylindrical-coordinate representation of color #5E0A6E: hue angle of 290.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0A6E is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 10 110 -
CMYK 0.15 0.91 0 0.57
HSL 290.4º 0.83% 0.24% -
HSV(B) 290.4º 0.91% 0.43% -
XYZ 7.54 3.72 15.07 -
YUV 46.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 94 10 110 0.15 0.91 0 0.57 290.4 0.83 0.24
Hex 5E A 6E F 5B 0 39 122 53 18
Octal 136 12 156 17 133 0 71 442 123 30
Binary 1011110 1010 1101110 1111 1011011 0 111001 100100010 1010011 11000

Color Harmonies of #5E0A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A6E

Black with #5E0A6E

Text Example


Text Example

White with #5E0A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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