Html Css Color HEX #5E0C87 Indigo

📋 copy color: '#5E0C87'

red 94 ◦ green 12 ◦ blue 135

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

Shades of Indigo #5E0C87

Tints of Indigo #5E0C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 39%
G = 4.98%
B = 56.02%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E0C87 (or 0x5E0C87) is known color: Indigo. HEX triplet: 5E, 0C and 87. RGB value is (94,12,135). Sum of RGB (Red+Green+Blue) = 94+12+135=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0C87 is #A1F378. Grayscale: #323232. Windows color (decimal): -10613625 or 8850526. OLE color: 8850526.

HSL color Cylindrical-coordinate representation of color #5E0C87: hue angle of 280º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0C87 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 12 135 -
CMYK 0.30 0.91 0 0.47
HSL 280º 0.84% 0.29% -
HSV(B) 280º 0.91% 0.53% -
XYZ 9.12 4.39 23.29 -
YUV 50.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 94 12 135 0.30 0.91 0 0.47 280 0.84 0.29
Hex 5E C 87 1E 5B 0 2F 118 54 1D
Octal 136 14 207 36 133 0 57 430 124 35
Binary 1011110 1100 10000111 11110 1011011 0 101111 100011000 1010100 11101

Color Harmonies of #5E0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0C87

Black with #5E0C87

Text Example


Text Example

White with #5E0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,12,135); }

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

background-color css

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

 a { background-color: rgb(94,12,135); }

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

border-color css

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

 span { border-color: rgb(94,12,135); }

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