Html Css Color HEX #5E167A Indigo

📋 copy color: '#5E167A'

red 94 ◦ green 22 ◦ blue 122

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

Shades of Indigo #5E167A

Tints of Indigo #5E167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 39.5%
G = 9.24%
B = 51.26%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E167A (or 0x5E167A) is known color: Indigo. HEX triplet: 5E, 16 and 7A. RGB value is (94,22,122). Sum of RGB (Red+Green+Blue) = 94+22+122=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E167A is #A1E985. Grayscale: #363636. Windows color (decimal): -10611078 or 8001118. OLE color: 8001118.

HSL color Cylindrical-coordinate representation of color #5E167A: hue angle of 283.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E167A is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 22 122 -
CMYK 0.23 0.82 0 0.52
HSL 283.2º 0.69% 0.28% -
HSV(B) 283.2º 0.82% 0.48% -
XYZ 8.42 4.36 18.81 -
YUV 54.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 94 22 122 0.23 0.82 0 0.52 283.2 0.69 0.28
Hex 5E 16 7A 17 52 0 34 11B 45 1C
Octal 136 26 172 27 122 0 64 433 105 34
Binary 1011110 10110 1111010 10111 1010010 0 110100 100011011 1000101 11100

Color Harmonies of #5E167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E167A

Black with #5E167A

Text Example


Text Example

White with #5E167A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,22,122); }

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

background-color css

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

 a { background-color: rgb(94,22,122); }

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

border-color css

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

 span { border-color: rgb(94,22,122); }

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