Html Css Color HEX #5C049B Indigo

📋 copy color: '#5C049B'

red 92 ◦ green 4 ◦ blue 155

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

Shades of Indigo #5C049B

Tints of Indigo #5C049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 36.65%
G = 1.59%
B = 61.75%

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

#5C049B (or 0x5C049B) is known color: Indigo. HEX triplet: 5C, 04 and 9B. RGB value is (92,4,155). Sum of RGB (Red+Green+Blue) = 92+4+155=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C049B is #A3FB64. Grayscale: #2F2F2F. Windows color (decimal): -10746725 or 10159196. OLE color: 10159196.

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

Color convert

RGB 92 4 155 -
CMYK 0.41 0.97 0 0.39
HSL 274.97º 0.95% 0.31% -
HSV(B) 274.97º 0.97% 0.61% -
XYZ 10.37 4.73 31.38 -
YUV 47.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 92 4 155 0.41 0.97 0 0.39 274.97 0.95 0.31
Hex 5C 4 9B 29 61 0 27 113 5F 1F
Octal 134 4 233 51 141 0 47 423 137 37
Binary 1011100 100 10011011 101001 1100001 0 100111 100010011 1011111 11111

Color Harmonies of #5C049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C049B

Black with #5C049B

Text Example


Text Example

White with #5C049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,155); }

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

background-color css

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

 a { background-color: rgb(92,4,155); }

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

border-color css

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

 span { border-color: rgb(92,4,155); }

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