Html Css Color HEX #5C0184 Indigo

📋 copy color: '#5C0184'

red 92 ◦ green 1 ◦ blue 132

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

Shades of Indigo #5C0184

Tints of Indigo #5C0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 40.89%
G = 0.44%
B = 58.67%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C0184 (or 0x5C0184) is known color: Indigo. HEX triplet: 5C, 01 and 84. RGB value is (92,1,132). Sum of RGB (Red+Green+Blue) = 92+1+132=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C0184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0184 is #A3FE7B. Grayscale: #2A2A2A. Windows color (decimal): -10747516 or 8651100. OLE color: 8651100.

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

Color convert

RGB 92 1 132 -
CMYK 0.30 0.99 0 0.48
HSL 281.68º 0.98% 0.26% -
HSV(B) 281.68º 0.99% 0.52% -
XYZ 8.59 3.96 22.14 -
YUV 43.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 92 1 132 0.30 0.99 0 0.48 281.68 0.98 0.26
Hex 5C 1 84 1E 63 0 30 11A 62 1A
Octal 134 1 204 36 143 0 60 432 142 32
Binary 1011100 1 10000100 11110 1100011 0 110000 100011010 1100010 11010

Color Harmonies of #5C0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0184

Black with #5C0184

Text Example


Text Example

White with #5C0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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