Html Css Color HEX #5E127B Indigo

📋 copy color: '#5E127B'

red 94 ◦ green 18 ◦ blue 123

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

Shades of Indigo #5E127B

Tints of Indigo #5E127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 123 (48.44% from 255) = 52.34%

R = 40%
G = 7.66%
B = 52.34%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E127B (or 0x5E127B) is known color: Indigo. HEX triplet: 5E, 12 and 7B. RGB value is (94,18,123). Sum of RGB (Red+Green+Blue) = 94+18+123=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E127B is #A1ED84. Grayscale: #343434. Windows color (decimal): -10612101 or 8065630. OLE color: 8065630.

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

Color convert

RGB 94 18 123 -
CMYK 0.24 0.85 0 0.52
HSL 283.43º 0.74% 0.28% -
HSV(B) 283.43º 0.85% 0.48% -
XYZ 8.41 4.24 19.11 -
YUV 52.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 94 18 123 0.24 0.85 0 0.52 283.43 0.74 0.28
Hex 5E 12 7B 18 55 0 34 11B 4A 1C
Octal 136 22 173 30 125 0 64 433 112 34
Binary 1011110 10010 1111011 11000 1010101 0 110100 100011011 1001010 11100

Color Harmonies of #5E127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E127B

Black with #5E127B

Text Example


Text Example

White with #5E127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,18,123); }

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

background-color css

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

 a { background-color: rgb(94,18,123); }

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

border-color css

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

 span { border-color: rgb(94,18,123); }

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