Html Css Color HEX #5C0870 Indigo

📋 copy color: '#5C0870'

red 92 ◦ green 8 ◦ blue 112

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

Shades of Indigo #5C0870

Tints of Indigo #5C0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 43.4%
G = 3.77%
B = 52.83%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C0870 (or 0x5C0870) is known color: Indigo. HEX triplet: 5C, 08 and 70. RGB value is (92,8,112). Sum of RGB (Red+Green+Blue) = 92+8+112=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0870 is #A3F78F. Grayscale: #2C2C2C. Windows color (decimal): -10745744 or 7342172. OLE color: 7342172.

HSL color Cylindrical-coordinate representation of color #5C0870: hue angle of 288.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0870 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 8 112 -
CMYK 0.18 0.93 0 0.56
HSL 288.46º 0.87% 0.24% -
HSV(B) 288.46º 0.93% 0.44% -
XYZ 7.43 3.62 15.64 -
YUV 44.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 92 8 112 0.18 0.93 0 0.56 288.46 0.87 0.24
Hex 5C 8 70 12 5D 0 38 120 57 18
Octal 134 10 160 22 135 0 70 440 127 30
Binary 1011100 1000 1110000 10010 1011101 0 111000 100100000 1010111 11000

Color Harmonies of #5C0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0870

Black with #5C0870

Text Example


Text Example

White with #5C0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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