Html Css Color HEX #5C059C Indigo

📋 copy color: '#5C059C'

red 92 ◦ green 5 ◦ blue 156

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

Shades of Indigo #5C059C

Tints of Indigo #5C059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 36.36%
G = 1.98%
B = 61.66%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C059C (or 0x5C059C) is known color: Indigo. HEX triplet: 5C, 05 and 9C. RGB value is (92,5,156). Sum of RGB (Red+Green+Blue) = 92+5+156=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C059C is #A3FA63. Grayscale: #2F2F2F. Windows color (decimal): -10746468 or 10224988. OLE color: 10224988.

HSL color Cylindrical-coordinate representation of color #5C059C: hue angle of 274.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C059C is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 5 156 -
CMYK 0.41 0.97 0 0.39
HSL 274.57º 0.94% 0.32% -
HSV(B) 274.57º 0.97% 0.61% -
XYZ 10.47 4.78 31.82 -
YUV 48.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 92 5 156 0.41 0.97 0 0.39 274.57 0.94 0.32
Hex 5C 5 9C 29 61 0 27 113 5E 20
Octal 134 5 234 51 141 0 47 423 136 40
Binary 1011100 101 10011100 101001 1100001 0 100111 100010011 1011110 100000

Color Harmonies of #5C059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C059C

Black with #5C059C

Text Example


Text Example

White with #5C059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,156); }

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

background-color css

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

 a { background-color: rgb(92,5,156); }

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

border-color css

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

 span { border-color: rgb(92,5,156); }

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