Html Css Color HEX #5E1596 Indigo

📋 copy color: '#5E1596'

red 94 ◦ green 21 ◦ blue 150

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

Shades of Indigo #5E1596

Tints of Indigo #5E1596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 35.47%
G = 7.92%
B = 56.6%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E1596 (or 0x5E1596) is known color: Indigo. HEX triplet: 5E, 15 and 96. RGB value is (94,21,150). Sum of RGB (Red+Green+Blue) = 94+21+150=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E1596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1596 is #A1EA69. Grayscale: #393939. Windows color (decimal): -10611306 or 9835870. OLE color: 9835870.

HSL color Cylindrical-coordinate representation of color #5E1596: hue angle of 273.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1596 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 21 150 -
CMYK 0.37 0.86 0 0.41
HSL 273.95º 0.75% 0.34% -
HSV(B) 273.95º 0.86% 0.59% -
XYZ 10.39 5.12 29.29 -
YUV 57.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 94 21 150 0.37 0.86 0 0.41 273.95 0.75 0.34
Hex 5E 15 96 25 56 0 29 112 4B 22
Octal 136 25 226 45 126 0 51 422 113 42
Binary 1011110 10101 10010110 100101 1010110 0 101001 100010010 1001011 100010

Color Harmonies of #5E1596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1596

Black with #5E1596

Text Example


Text Example

White with #5E1596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,150); }

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

background-color css

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

 a { background-color: rgb(94,21,150); }

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

border-color css

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

 span { border-color: rgb(94,21,150); }

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