Html Css Color HEX #5D1297 Indigo

📋 copy color: '#5D1297'

red 93 ◦ green 18 ◦ blue 151

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

Shades of Indigo #5D1297

Tints of Indigo #5D1297

RGB

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

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

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

R = 35.5%
G = 6.87%
B = 57.63%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D1297 (or 0x5D1297) is known color: Indigo. HEX triplet: 5D, 12 and 97. RGB value is (93,18,151). Sum of RGB (Red+Green+Blue) = 93+18+151=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1297 is #A2ED68. Grayscale: #373737. Windows color (decimal): -10677609 or 9900637. OLE color: 9900637.

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

Color convert

RGB 93 18 151 -
CMYK 0.38 0.88 0 0.41
HSL 273.83º 0.79% 0.33% -
HSV(B) 273.83º 0.88% 0.59% -
XYZ 10.32 4.99 29.7 -
YUV 55.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 93 18 151 0.38 0.88 0 0.41 273.83 0.79 0.33
Hex 5D 12 97 26 58 0 29 112 4F 21
Octal 135 22 227 46 130 0 51 422 117 41
Binary 1011101 10010 10010111 100110 1011000 0 101001 100010010 1001111 100001

Color Harmonies of #5D1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1297

Black with #5D1297

Text Example


Text Example

White with #5D1297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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