Html Css Color HEX #5D129D Indigo

📋 copy color: '#5D129D'

red 93 ◦ green 18 ◦ blue 157

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

Shades of Indigo #5D129D

Tints of Indigo #5D129D

RGB

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

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

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

R = 34.7%
G = 6.72%
B = 58.58%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D129D (or 0x5D129D) is known color: Indigo. HEX triplet: 5D, 12 and 9D. RGB value is (93,18,157). Sum of RGB (Red+Green+Blue) = 93+18+157=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D129D is #A2ED62. Grayscale: #373737. Windows color (decimal): -10677603 or 10293853. OLE color: 10293853.

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

Color convert

RGB 93 18 157 -
CMYK 0.41 0.89 0 0.38
HSL 272.37º 0.79% 0.34% -
HSV(B) 272.37º 0.89% 0.62% -
XYZ 10.82 5.19 32.33 -
YUV 56.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 93 18 157 0.41 0.89 0 0.38 272.37 0.79 0.34
Hex 5D 12 9D 29 59 0 26 110 4F 22
Octal 135 22 235 51 131 0 46 420 117 42
Binary 1011101 10010 10011101 101001 1011001 0 100110 100010000 1001111 100010

Color Harmonies of #5D129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D129D

Black with #5D129D

Text Example


Text Example

White with #5D129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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