Html Css Color HEX #5D158F Indigo

📋 copy color: '#5D158F'

red 93 ◦ green 21 ◦ blue 143

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

Shades of Indigo #5D158F

Tints of Indigo #5D158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 143 (56.25% from 255) = 55.64%

R = 36.19%
G = 8.17%
B = 55.64%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D158F (or 0x5D158F) is known color: Indigo. HEX triplet: 5D, 15 and 8F. RGB value is (93,21,143). Sum of RGB (Red+Green+Blue) = 93+21+143=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #5D158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D158F is #A2EA70. Grayscale: #383838. Windows color (decimal): -10676849 or 9377117. OLE color: 9377117.

HSL color Cylindrical-coordinate representation of color #5D158F: hue angle of 275.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D158F is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 21 143 -
CMYK 0.35 0.85 0 0.44
HSL 275.41º 0.74% 0.32% -
HSV(B) 275.41º 0.85% 0.56% -
XYZ 9.74 4.85 26.41 -
YUV 56.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 93 21 143 0.35 0.85 0 0.44 275.41 0.74 0.32
Hex 5D 15 8F 23 55 0 2C 113 4A 20
Octal 135 25 217 43 125 0 54 423 112 40
Binary 1011101 10101 10001111 100011 1010101 0 101100 100010011 1001010 100000

Color Harmonies of #5D158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D158F

Black with #5D158F

Text Example


Text Example

White with #5D158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,143); }

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

background-color css

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

 a { background-color: rgb(93,21,143); }

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

border-color css

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

 span { border-color: rgb(93,21,143); }

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