Html Css Color HEX #5C088D Indigo

📋 copy color: '#5C088D'

red 92 ◦ green 8 ◦ blue 141

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

Shades of Indigo #5C088D

Tints of Indigo #5C088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 38.17%
G = 3.32%
B = 58.51%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C088D (or 0x5C088D) is known color: Indigo. HEX triplet: 5C, 08 and 8D. RGB value is (92,8,141). Sum of RGB (Red+Green+Blue) = 92+8+141=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C088D is #A3F772. Grayscale: #2F2F2F. Windows color (decimal): -10745715 or 9242716. OLE color: 9242716.

HSL color Cylindrical-coordinate representation of color #5C088D: hue angle of 277.89º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C088D is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 8 141 -
CMYK 0.35 0.94 0 0.45
HSL 277.89º 0.89% 0.29% -
HSV(B) 277.89º 0.94% 0.55% -
XYZ 9.31 4.37 25.55 -
YUV 48.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 92 8 141 0.35 0.94 0 0.45 277.89 0.89 0.29
Hex 5C 8 8D 23 5E 0 2D 116 59 1D
Octal 134 10 215 43 136 0 55 426 131 35
Binary 1011100 1000 10001101 100011 1011110 0 101101 100010110 1011001 11101

Color Harmonies of #5C088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C088D

Black with #5C088D

Text Example


Text Example

White with #5C088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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