Html Css Color HEX #5D159B Indigo

📋 copy color: '#5D159B'

red 93 ◦ green 21 ◦ blue 155

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

Shades of Indigo #5D159B

Tints of Indigo #5D159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 34.57%
G = 7.81%
B = 57.62%

CMYK

 C value IS 0.4

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D159B (or 0x5D159B) is known color: Indigo. HEX triplet: 5D, 15 and 9B. RGB value is (93,21,155). Sum of RGB (Red+Green+Blue) = 93+21+155=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D159B is #A2EA64. Grayscale: #393939. Windows color (decimal): -10676837 or 10163549. OLE color: 10163549.

HSL color Cylindrical-coordinate representation of color #5D159B: hue angle of 272.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D159B is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 21 155 -
CMYK 0.4 0.86 0 0.39
HSL 272.24º 0.76% 0.35% -
HSV(B) 272.24º 0.86% 0.61% -
XYZ 10.7 5.23 31.46 -
YUV 57.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 93 21 155 0.4 0.86 0 0.39 272.24 0.76 0.35
Hex 5D 15 9B 28 56 0 27 110 4C 23
Octal 135 25 233 50 126 0 47 420 114 43
Binary 1011101 10101 10011011 101000 1010110 0 100111 100010000 1001100 100011

Color Harmonies of #5D159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D159B

Black with #5D159B

Text Example


Text Example

White with #5D159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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