Html Css Color HEX #5E0D6F Indigo

📋 copy color: '#5E0D6F'

red 94 ◦ green 13 ◦ blue 111

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

Shades of Indigo #5E0D6F

Tints of Indigo #5E0D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

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

R = 43.12%
G = 5.96%
B = 50.92%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E0D6F (or 0x5E0D6F) is known color: Indigo. HEX triplet: 5E, 0D and 6F. RGB value is (94,13,111). Sum of RGB (Red+Green+Blue) = 94+13+111=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E0D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D6F is #A1F290. Grayscale: #303030. Windows color (decimal): -10613393 or 7277918. OLE color: 7277918.

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

Color convert

RGB 94 13 111 -
CMYK 0.15 0.88 0 0.56
HSL 289.59º 0.79% 0.24% -
HSV(B) 289.59º 0.88% 0.44% -
XYZ 7.63 3.82 15.37 -
YUV 48.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 94 13 111 0.15 0.88 0 0.56 289.59 0.79 0.24
Hex 5E D 6F F 58 0 38 122 4F 18
Octal 136 15 157 17 130 0 70 442 117 30
Binary 1011110 1101 1101111 1111 1011000 0 111000 100100010 1001111 11000

Color Harmonies of #5E0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D6F

Black with #5E0D6F

Text Example


Text Example

White with #5E0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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