Html Css Color HEX #5D1097 Indigo

📋 copy color: '#5D1097'

red 93 ◦ green 16 ◦ blue 151

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

Shades of Indigo #5D1097

Tints of Indigo #5D1097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 35.77%
G = 6.15%
B = 58.08%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D1097 (or 0x5D1097) is known color: Indigo. HEX triplet: 5D, 10 and 97. RGB value is (93,16,151). Sum of RGB (Red+Green+Blue) = 93+16+151=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D1097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1097 is #A2EF68. Grayscale: #353535. Windows color (decimal): -10678121 or 9900125. OLE color: 9900125.

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

Color convert

RGB 93 16 151 -
CMYK 0.38 0.89 0 0.41
HSL 274.22º 0.81% 0.33% -
HSV(B) 274.22º 0.89% 0.59% -
XYZ 10.29 4.93 29.69 -
YUV 54.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 93 16 151 0.38 0.89 0 0.41 274.22 0.81 0.33
Hex 5D 10 97 26 59 0 29 112 51 21
Octal 135 20 227 46 131 0 51 422 121 41
Binary 1011101 10000 10010111 100110 1011001 0 101001 100010010 1010001 100001

Color Harmonies of #5D1097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1097

Black with #5D1097

Text Example


Text Example

White with #5D1097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,16,151); }

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

background-color css

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

 a { background-color: rgb(93,16,151); }

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

border-color css

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

 span { border-color: rgb(93,16,151); }

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