Html Css Color HEX #5C1073 Indigo

📋 copy color: '#5C1073'

red 92 ◦ green 16 ◦ blue 115

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

Shades of Indigo #5C1073

Tints of Indigo #5C1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 41.26%
G = 7.17%
B = 51.57%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C1073 (or 0x5C1073) is known color: Indigo. HEX triplet: 5C, 10 and 73. RGB value is (92,16,115). Sum of RGB (Red+Green+Blue) = 92+16+115=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C1073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1073 is #A3EF8C. Grayscale: #313131. Windows color (decimal): -10743693 or 7540828. OLE color: 7540828.

HSL color Cylindrical-coordinate representation of color #5C1073: hue angle of 286.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1073 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 16 115 -
CMYK 0.20 0.86 0 0.55
HSL 286.06º 0.76% 0.26% -
HSV(B) 286.06º 0.86% 0.45% -
XYZ 7.69 3.88 16.56 -
YUV 50.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 92 16 115 0.20 0.86 0 0.55 286.06 0.76 0.26
Hex 5C 10 73 14 56 0 37 11E 4C 1A
Octal 134 20 163 24 126 0 67 436 114 32
Binary 1011100 10000 1110011 10100 1010110 0 110111 100011110 1001100 11010

Color Harmonies of #5C1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1073

Black with #5C1073

Text Example


Text Example

White with #5C1073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,16,115); }

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

background-color css

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

 a { background-color: rgb(92,16,115); }

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

border-color css

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

 span { border-color: rgb(92,16,115); }

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