Html Css Color HEX #5C1295 Indigo

📋 copy color: '#5C1295'

red 92 ◦ green 18 ◦ blue 149

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

Shades of Indigo #5C1295

Tints of Indigo #5C1295

RGB

 RED value IS 92 (36.33% from 255) = 35.52%

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

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 35.52%
G = 6.95%
B = 57.53%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C1295 (or 0x5C1295) is known color: Indigo. HEX triplet: 5C, 12 and 95. RGB value is (92,18,149). Sum of RGB (Red+Green+Blue) = 92+18+149=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C1295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1295 is #A3ED6A. Grayscale: #363636. Windows color (decimal): -10743147 or 9769564. OLE color: 9769564.

HSL color Cylindrical-coordinate representation of color #5C1295: hue angle of 273.89º 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 #5C1295 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 18 149 -
CMYK 0.38 0.88 0 0.42
HSL 273.89º 0.78% 0.33% -
HSV(B) 273.89º 0.88% 0.58% -
XYZ 10.05 4.88 28.85 -
YUV 55.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 92 18 149 0.38 0.88 0 0.42 273.89 0.78 0.33
Hex 5C 12 95 26 58 0 2A 112 4E 21
Octal 134 22 225 46 130 0 52 422 116 41
Binary 1011100 10010 10010101 100110 1011000 0 101010 100010010 1001110 100001

Color Harmonies of #5C1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1295

Black with #5C1295

Text Example


Text Example

White with #5C1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,18,149); }

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

background-color css

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

 a { background-color: rgb(92,18,149); }

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

border-color css

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

 span { border-color: rgb(92,18,149); }

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