Html Css Color HEX #5D1294 Indigo

📋 copy color: '#5D1294'

red 93 ◦ green 18 ◦ blue 148

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

Shades of Indigo #5D1294

Tints of Indigo #5D1294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 35.91%
G = 6.95%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D1294 (or 0x5D1294) is known color: Indigo. HEX triplet: 5D, 12 and 94. RGB value is (93,18,148). Sum of RGB (Red+Green+Blue) = 93+18+148=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D1294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1294 is #A2ED6B. Grayscale: #363636. Windows color (decimal): -10677612 or 9704029. OLE color: 9704029.

HSL color Cylindrical-coordinate representation of color #5D1294: hue angle of 274.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1294 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 18 148 -
CMYK 0.37 0.88 0 0.42
HSL 274.62º 0.78% 0.33% -
HSV(B) 274.62º 0.88% 0.58% -
XYZ 10.08 4.9 28.43 -
YUV 55.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 93 18 148 0.37 0.88 0 0.42 274.62 0.78 0.33
Hex 5D 12 94 25 58 0 2A 113 4E 21
Octal 135 22 224 45 130 0 52 423 116 41
Binary 1011101 10010 10010100 100101 1011000 0 101010 100010011 1001110 100001

Color Harmonies of #5D1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1294

Black with #5D1294

Text Example


Text Example

White with #5D1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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