Html Css Color HEX #5C0879 Indigo

📋 copy color: '#5C0879'

red 92 ◦ green 8 ◦ blue 121

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

Shades of Indigo #5C0879

Tints of Indigo #5C0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 121 (47.66% from 255) = 54.75%

R = 41.63%
G = 3.62%
B = 54.75%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C0879 (or 0x5C0879) is known color: Indigo. HEX triplet: 5C, 08 and 79. RGB value is (92,8,121). Sum of RGB (Red+Green+Blue) = 92+8+121=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C0879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0879 is #A3F786. Grayscale: #2D2D2D. Windows color (decimal): -10745735 or 7931996. OLE color: 7931996.

HSL color Cylindrical-coordinate representation of color #5C0879: hue angle of 284.6º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0879 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 8 121 -
CMYK 0.24 0.93 0 0.53
HSL 284.6º 0.88% 0.25% -
HSV(B) 284.6º 0.93% 0.47% -
XYZ 7.95 3.83 18.41 -
YUV 46 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 92 8 121 0.24 0.93 0 0.53 284.6 0.88 0.25
Hex 5C 8 79 18 5D 0 35 11D 58 19
Octal 134 10 171 30 135 0 65 435 130 31
Binary 1011100 1000 1111001 11000 1011101 0 110101 100011101 1011000 11001

Color Harmonies of #5C0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0879

Black with #5C0879

Text Example


Text Example

White with #5C0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,8,121); }

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

background-color css

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

 a { background-color: rgb(92,8,121); }

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

border-color css

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

 span { border-color: rgb(92,8,121); }

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