Html Css Color HEX #5D187D Indigo

📋 copy color: '#5D187D'

red 93 ◦ green 24 ◦ blue 125

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

Shades of Indigo #5D187D

Tints of Indigo #5D187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 38.43%
G = 9.92%
B = 51.65%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D187D (or 0x5D187D) is known color: Indigo. HEX triplet: 5D, 18 and 7D. RGB value is (93,24,125). Sum of RGB (Red+Green+Blue) = 93+24+125=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D187D is #A2E782. Grayscale: #373737. Windows color (decimal): -10676099 or 8198237. OLE color: 8198237.

HSL color Cylindrical-coordinate representation of color #5D187D: hue angle of 280.99º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D187D is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 24 125 -
CMYK 0.26 0.81 0 0.51
HSL 280.99º 0.68% 0.29% -
HSV(B) 280.99º 0.81% 0.49% -
XYZ 8.54 4.46 19.81 -
YUV 56.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 93 24 125 0.26 0.81 0 0.51 280.99 0.68 0.29
Hex 5D 18 7D 1A 51 0 33 119 44 1D
Octal 135 30 175 32 121 0 63 431 104 35
Binary 1011101 11000 1111101 11010 1010001 0 110011 100011001 1000100 11101

Color Harmonies of #5D187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D187D

Black with #5D187D

Text Example


Text Example

White with #5D187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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