Html Css Color HEX #5C0884 Indigo

📋 copy color: '#5C0884'

red 92 ◦ green 8 ◦ blue 132

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

Shades of Indigo #5C0884

Tints of Indigo #5C0884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 39.66%
G = 3.45%
B = 56.9%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C0884 (or 0x5C0884) is known color: Indigo. HEX triplet: 5C, 08 and 84. RGB value is (92,8,132). Sum of RGB (Red+Green+Blue) = 92+8+132=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C0884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0884 is #A3F77B. Grayscale: #2E2E2E. Windows color (decimal): -10745724 or 8652892. OLE color: 8652892.

HSL color Cylindrical-coordinate representation of color #5C0884: hue angle of 280.65º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0884 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 8 132 -
CMYK 0.30 0.94 0 0.48
HSL 280.65º 0.89% 0.27% -
HSV(B) 280.65º 0.94% 0.52% -
XYZ 8.67 4.11 22.17 -
YUV 47.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 92 8 132 0.30 0.94 0 0.48 280.65 0.89 0.27
Hex 5C 8 84 1E 5E 0 30 119 59 1B
Octal 134 10 204 36 136 0 60 431 131 33
Binary 1011100 1000 10000100 11110 1011110 0 110000 100011001 1011001 11011

Color Harmonies of #5C0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0884

Black with #5C0884

Text Example


Text Example

White with #5C0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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