Html Css Color HEX #5E1072 Indigo

📋 copy color: '#5E1072'

red 94 ◦ green 16 ◦ blue 114

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

Shades of Indigo #5E1072

Tints of Indigo #5E1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 41.96%
G = 7.14%
B = 50.89%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E1072 (or 0x5E1072) is known color: Indigo. HEX triplet: 5E, 10 and 72. RGB value is (94,16,114). Sum of RGB (Red+Green+Blue) = 94+16+114=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1072 is #A1EF8D. Grayscale: #323232. Windows color (decimal): -10612622 or 7475294. OLE color: 7475294.

HSL color Cylindrical-coordinate representation of color #5E1072: hue angle of 287.76º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1072 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 16 114 -
CMYK 0.18 0.86 0 0.55
HSL 287.76º 0.75% 0.25% -
HSV(B) 287.76º 0.86% 0.45% -
XYZ 7.84 3.97 16.27 -
YUV 50.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 94 16 114 0.18 0.86 0 0.55 287.76 0.75 0.25
Hex 5E 10 72 12 56 0 37 120 4B 19
Octal 136 20 162 22 126 0 67 440 113 31
Binary 1011110 10000 1110010 10010 1010110 0 110111 100100000 1001011 11001

Color Harmonies of #5E1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1072

Black with #5E1072

Text Example


Text Example

White with #5E1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,114); }

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

background-color css

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

 a { background-color: rgb(94,16,114); }

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

border-color css

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

 span { border-color: rgb(94,16,114); }

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