Html Css Color HEX #5D187A Indigo

📋 copy color: '#5D187A'

red 93 ◦ green 24 ◦ blue 122

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

Shades of Indigo #5D187A

Tints of Indigo #5D187A

RGB

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

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

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

R = 38.91%
G = 10.04%
B = 51.05%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D187A (or 0x5D187A) is known color: Indigo. HEX triplet: 5D, 18 and 7A. RGB value is (93,24,122). Sum of RGB (Red+Green+Blue) = 93+24+122=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D187A is #A2E785. Grayscale: #373737. Windows color (decimal): -10676102 or 8001629. OLE color: 8001629.

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

Color convert

RGB 93 24 122 -
CMYK 0.24 0.80 0 0.52
HSL 282.24º 0.67% 0.29% -
HSV(B) 282.24º 0.8% 0.48% -
XYZ 8.35 4.39 18.82 -
YUV 55.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 93 24 122 0.24 0.80 0 0.52 282.24 0.67 0.29
Hex 5D 18 7A 18 50 0 34 11A 43 1D
Octal 135 30 172 30 120 0 64 432 103 35
Binary 1011101 11000 1111010 11000 1010000 0 110100 100011010 1000011 11101

Color Harmonies of #5D187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D187A

Black with #5D187A

Text Example


Text Example

White with #5D187A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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