Html Css Color HEX #560184 Indigo

📋 copy color: '#560184'

red 86 ◦ green 1 ◦ blue 132

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

Shades of Indigo #560184

Tints of Indigo #560184

RGB

 RED value IS 86 (33.98% from 255) = 39.27%

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

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

R = 39.27%
G = 0.46%
B = 60.27%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#560184 (or 0x560184) is known color: Indigo. HEX triplet: 56, 01 and 84. RGB value is (86,1,132). Sum of RGB (Red+Green+Blue) = 86+1+132=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #560184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560184 is #A9FE7B. Grayscale: #282828. Windows color (decimal): -11140732 or 8651094. OLE color: 8651094.

HSL color Cylindrical-coordinate representation of color #560184: hue angle of 278.93º 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 #560184 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 1 132 -
CMYK 0.35 0.99 0 0.48
HSL 278.93º 0.98% 0.26% -
HSV(B) 278.93º 0.99% 0.52% -
XYZ 8.01 3.67 22.12 -
YUV 41.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 86 1 132 0.35 0.99 0 0.48 278.93 0.98 0.26
Hex 56 1 84 23 63 0 30 117 62 1A
Octal 126 1 204 43 143 0 60 427 142 32
Binary 1010110 1 10000100 100011 1100011 0 110000 100010111 1100010 11010

Color Harmonies of #560184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560184

Black with #560184

Text Example


Text Example

White with #560184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560184; }

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

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

background-color css

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

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

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

border-color css

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

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

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