Html Css Color HEX #5E0A6F Indigo

📋 copy color: '#5E0A6F'

red 94 ◦ green 10 ◦ blue 111

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

Shades of Indigo #5E0A6F

Tints of Indigo #5E0A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 43.72%
G = 4.65%
B = 51.63%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E0A6F (or 0x5E0A6F) is known color: Indigo. HEX triplet: 5E, 0A and 6F. RGB value is (94,10,111). Sum of RGB (Red+Green+Blue) = 94+10+111=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E0A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A6F is #A1F590. Grayscale: #2E2E2E. Windows color (decimal): -10614161 or 7277150. OLE color: 7277150.

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

Color convert

RGB 94 10 111 -
CMYK 0.15 0.91 0 0.56
HSL 289.9º 0.83% 0.24% -
HSV(B) 289.9º 0.91% 0.44% -
XYZ 7.59 3.74 15.36 -
YUV 46.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 94 10 111 0.15 0.91 0 0.56 289.9 0.83 0.24
Hex 5E A 6F F 5B 0 38 122 53 18
Octal 136 12 157 17 133 0 70 442 123 30
Binary 1011110 1010 1101111 1111 1011011 0 111000 100100010 1010011 11000

Color Harmonies of #5E0A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A6F

Black with #5E0A6F

Text Example


Text Example

White with #5E0A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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