Html Css Color HEX #5E0B88 Indigo

📋 copy color: '#5E0B88'

red 94 ◦ green 11 ◦ blue 136

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

Shades of Indigo #5E0B88

Tints of Indigo #5E0B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 39%
G = 4.56%
B = 56.43%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E0B88 (or 0x5E0B88) is known color: Indigo. HEX triplet: 5E, 0B and 88. RGB value is (94,11,136). Sum of RGB (Red+Green+Blue) = 94+11+136=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0B88 is #A1F477. Grayscale: #313131. Windows color (decimal): -10613880 or 8915806. OLE color: 8915806.

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

Color convert

RGB 94 11 136 -
CMYK 0.31 0.92 0 0.47
HSL 279.84º 0.85% 0.29% -
HSV(B) 279.84º 0.92% 0.53% -
XYZ 9.18 4.4 23.66 -
YUV 50.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 94 11 136 0.31 0.92 0 0.47 279.84 0.85 0.29
Hex 5E B 88 1F 5C 0 2F 118 55 1D
Octal 136 13 210 37 134 0 57 430 125 35
Binary 1011110 1011 10001000 11111 1011100 0 101111 100011000 1010101 11101

Color Harmonies of #5E0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B88

Black with #5E0B88

Text Example


Text Example

White with #5E0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,136); }

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

background-color css

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

 a { background-color: rgb(94,11,136); }

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

border-color css

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

 span { border-color: rgb(94,11,136); }

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