Html Css Color HEX #5E0072 Indigo

📋 copy color: '#5E0072'

red 94 ◦ green 0 ◦ blue 114

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

Shades of Indigo #5E0072

Tints of Indigo #5E0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.19%
G = 0%
B = 54.81%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0072 (or 0x5E0072) is known color: Indigo. HEX triplet: 5E, 00 and 72. RGB value is (94,0,114). Sum of RGB (Red+Green+Blue) = 94+0+114=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0072 is #A1FF8D. Grayscale: #282828. Windows color (decimal): -10616718 or 7471198. OLE color: 7471198.

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

Color convert

RGB 94 0 114 -
CMYK 0.18 1 0 0.55
HSL 289.47º 1% 0.22% -
HSV(B) 289.47º 1% 0.45% -
XYZ 7.65 3.59 16.21 -
YUV 41.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 94 0 114 0.18 1 0 0.55 289.47 1 0.22
Hex 5E 0 72 12 64 0 37 121 64 16
Octal 136 0 162 22 144 0 67 441 144 26
Binary 1011110 0 1110010 10010 1100100 0 110111 100100001 1100100 10110

Color Harmonies of #5E0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0072

Black with #5E0072

Text Example


Text Example

White with #5E0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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