Html Css Color HEX #5D189D Indigo

📋 copy color: '#5D189D'

red 93 ◦ green 24 ◦ blue 157

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

Shades of Indigo #5D189D

Tints of Indigo #5D189D

RGB

 RED value IS 93 (36.72% from 255) = 33.94%

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 33.94%
G = 8.76%
B = 57.3%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D189D (or 0x5D189D) is known color: Indigo. HEX triplet: 5D, 18 and 9D. RGB value is (93,24,157). Sum of RGB (Red+Green+Blue) = 93+24+157=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D189D is #A2E762. Grayscale: #3B3B3B. Windows color (decimal): -10676067 or 10295389. OLE color: 10295389.

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

Color convert

RGB 93 24 157 -
CMYK 0.41 0.85 0 0.38
HSL 271.13º 0.73% 0.35% -
HSV(B) 271.13º 0.85% 0.62% -
XYZ 10.93 5.41 32.37 -
YUV 59.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 93 24 157 0.41 0.85 0 0.38 271.13 0.73 0.35
Hex 5D 18 9D 29 55 0 26 10F 49 23
Octal 135 30 235 51 125 0 46 417 111 43
Binary 1011101 11000 10011101 101001 1010101 0 100110 100001111 1001001 100011

Color Harmonies of #5D189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D189D

Black with #5D189D

Text Example


Text Example

White with #5D189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,24,157); }

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

background-color css

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

 a { background-color: rgb(93,24,157); }

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

border-color css

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

 span { border-color: rgb(93,24,157); }

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