Html Css Color HEX #5C0987 Indigo

📋 copy color: '#5C0987'

red 92 ◦ green 9 ◦ blue 135

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

Shades of Indigo #5C0987

Tints of Indigo #5C0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 38.98%
G = 3.81%
B = 57.2%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C0987 (or 0x5C0987) is known color: Indigo. HEX triplet: 5C, 09 and 87. RGB value is (92,9,135). Sum of RGB (Red+Green+Blue) = 92+9+135=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C0987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0987 is #A3F678. Grayscale: #2F2F2F. Windows color (decimal): -10745465 or 8849756. OLE color: 8849756.

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

Color convert

RGB 92 9 135 -
CMYK 0.32 0.93 0 0.47
HSL 279.52º 0.88% 0.28% -
HSV(B) 279.52º 0.93% 0.53% -
XYZ 8.88 4.22 23.27 -
YUV 48.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 92 9 135 0.32 0.93 0 0.47 279.52 0.88 0.28
Hex 5C 9 87 20 5D 0 2F 118 58 1C
Octal 134 11 207 40 135 0 57 430 130 34
Binary 1011100 1001 10000111 100000 1011101 0 101111 100011000 1011000 11100

Color Harmonies of #5C0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0987

Black with #5C0987

Text Example


Text Example

White with #5C0987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,135); }

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

background-color css

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

 a { background-color: rgb(92,9,135); }

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

border-color css

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

 span { border-color: rgb(92,9,135); }

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