Html Css Color HEX #5E189C Indigo

📋 copy color: '#5E189C'

red 94 ◦ green 24 ◦ blue 156

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

Shades of Indigo #5E189C

Tints of Indigo #5E189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 34.31%
G = 8.76%
B = 56.93%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E189C (or 0x5E189C) is known color: Indigo. HEX triplet: 5E, 18 and 9C. RGB value is (94,24,156). Sum of RGB (Red+Green+Blue) = 94+24+156=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189C is #A1E763. Grayscale: #3B3B3B. Windows color (decimal): -10610532 or 10229854. OLE color: 10229854.

HSL color Cylindrical-coordinate representation of color #5E189C: hue angle of 271.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E189C is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 24 156 -
CMYK 0.40 0.85 0 0.39
HSL 271.82º 0.73% 0.35% -
HSV(B) 271.82º 0.85% 0.61% -
XYZ 10.94 5.43 31.92 -
YUV 59.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 94 24 156 0.40 0.85 0 0.39 271.82 0.73 0.35
Hex 5E 18 9C 28 55 0 27 110 49 23
Octal 136 30 234 50 125 0 47 420 111 43
Binary 1011110 11000 10011100 101000 1010101 0 100111 100010000 1001001 100011

Color Harmonies of #5E189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E189C

Black with #5E189C

Text Example


Text Example

White with #5E189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,156); }

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

background-color css

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

 a { background-color: rgb(94,24,156); }

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

border-color css

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

 span { border-color: rgb(94,24,156); }

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