Html Css Color HEX #5E007A Indigo

📋 copy color: '#5E007A'

red 94 ◦ green 0 ◦ blue 122

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

Shades of Indigo #5E007A

Tints of Indigo #5E007A

RGB

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

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

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

R = 43.52%
G = 0%
B = 56.48%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E007A (or 0x5E007A) is known color: Indigo. HEX triplet: 5E, 00 and 7A. RGB value is (94,0,122). Sum of RGB (Red+Green+Blue) = 94+0+122=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E007A is #A1FF85. Grayscale: #292929. Windows color (decimal): -10616710 or 7995486. OLE color: 7995486.

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

Color convert

RGB 94 0 122 -
CMYK 0.23 1 0 0.52
HSL 286.23º 1% 0.24% -
HSV(B) 286.23º 1% 0.48% -
XYZ 8.13 3.78 18.71 -
YUV 42.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 94 0 122 0.23 1 0 0.52 286.23 1 0.24
Hex 5E 0 7A 17 64 0 34 11E 64 18
Octal 136 0 172 27 144 0 64 436 144 30
Binary 1011110 0 1111010 10111 1100100 0 110100 100011110 1100100 11000

Color Harmonies of #5E007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E007A

Black with #5E007A

Text Example


Text Example

White with #5E007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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