Html Css Color HEX #5C1385 Indigo

📋 copy color: '#5C1385'

red 92 ◦ green 19 ◦ blue 133

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

Shades of Indigo #5C1385

Tints of Indigo #5C1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 37.7%
G = 7.79%
B = 54.51%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C1385 (or 0x5C1385) is known color: Indigo. HEX triplet: 5C, 13 and 85. RGB value is (92,19,133). Sum of RGB (Red+Green+Blue) = 92+19+133=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1385 is #A3EC7A. Grayscale: #353535. Windows color (decimal): -10742907 or 8721244. OLE color: 8721244.

HSL color Cylindrical-coordinate representation of color #5C1385: hue angle of 278.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1385 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 19 133 -
CMYK 0.31 0.86 0 0.48
HSL 278.42º 0.75% 0.3% -
HSV(B) 278.42º 0.86% 0.52% -
XYZ 8.88 4.43 22.58 -
YUV 53.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 92 19 133 0.31 0.86 0 0.48 278.42 0.75 0.3
Hex 5C 13 85 1F 56 0 30 116 4B 1E
Octal 134 23 205 37 126 0 60 426 113 36
Binary 1011100 10011 10000101 11111 1010110 0 110000 100010110 1001011 11110

Color Harmonies of #5C1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1385

Black with #5C1385

Text Example


Text Example

White with #5C1385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,133); }

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

background-color css

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

 a { background-color: rgb(92,19,133); }

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

border-color css

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

 span { border-color: rgb(92,19,133); }

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