Html Css Color HEX #5D138D Indigo

📋 copy color: '#5D138D'

red 93 ◦ green 19 ◦ blue 141

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

Shades of Indigo #5D138D

Tints of Indigo #5D138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 36.76%
G = 7.51%
B = 55.73%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D138D (or 0x5D138D) is known color: Indigo. HEX triplet: 5D, 13 and 8D. RGB value is (93,19,141). Sum of RGB (Red+Green+Blue) = 93+19+141=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D138D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D138D is #A2EC72. Grayscale: #363636. Windows color (decimal): -10677363 or 9245533. OLE color: 9245533.

HSL color Cylindrical-coordinate representation of color #5D138D: hue angle of 276.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D138D is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 19 141 -
CMYK 0.34 0.87 0 0.45
HSL 276.39º 0.76% 0.31% -
HSV(B) 276.39º 0.87% 0.55% -
XYZ 9.55 4.72 25.61 -
YUV 55.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 93 19 141 0.34 0.87 0 0.45 276.39 0.76 0.31
Hex 5D 13 8D 22 57 0 2D 114 4C 1F
Octal 135 23 215 42 127 0 55 424 114 37
Binary 1011101 10011 10001101 100010 1010111 0 101101 100010100 1001100 11111

Color Harmonies of #5D138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D138D

Black with #5D138D

Text Example


Text Example

White with #5D138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,19,141); }

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

background-color css

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

 a { background-color: rgb(93,19,141); }

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

border-color css

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

 span { border-color: rgb(93,19,141); }

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