Html Css Color HEX #5E0F72 Indigo

📋 copy color: '#5E0F72'

red 94 ◦ green 15 ◦ blue 114

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

Shades of Indigo #5E0F72

Tints of Indigo #5E0F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

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

R = 42.15%
G = 6.73%
B = 51.12%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0F72 (or 0x5E0F72) is known color: Indigo. HEX triplet: 5E, 0F and 72. RGB value is (94,15,114). Sum of RGB (Red+Green+Blue) = 94+15+114=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0F72 is #A1F08D. Grayscale: #313131. Windows color (decimal): -10612878 or 7475038. OLE color: 7475038.

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

Color convert

RGB 94 15 114 -
CMYK 0.18 0.87 0 0.55
HSL 287.88º 0.77% 0.25% -
HSV(B) 287.88º 0.87% 0.45% -
XYZ 7.82 3.94 16.27 -
YUV 49.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 94 15 114 0.18 0.87 0 0.55 287.88 0.77 0.25
Hex 5E F 72 12 57 0 37 120 4D 19
Octal 136 17 162 22 127 0 67 440 115 31
Binary 1011110 1111 1110010 10010 1010111 0 110111 100100000 1001101 11001

Color Harmonies of #5E0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0F72

Black with #5E0F72

Text Example


Text Example

White with #5E0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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