Html Css Color HEX #560185 Indigo

📋 copy color: '#560185'

red 86 ◦ green 1 ◦ blue 133

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

Shades of Indigo #560185

Tints of Indigo #560185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.45%

R = 39.09%
G = 0.45%
B = 60.45%

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

#560185 (or 0x560185) is known color: Indigo. HEX triplet: 56, 01 and 85. RGB value is (86,1,133). Sum of RGB (Red+Green+Blue) = 86+1+133=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #560185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560185 is #A9FE7A. Grayscale: #292929. Windows color (decimal): -11140731 or 8716630. OLE color: 8716630.

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

Color convert

RGB 86 1 133 -
CMYK 0.35 0.99 0 0.48
HSL 278.64º 0.99% 0.26% -
HSV(B) 278.64º 0.99% 0.52% -
XYZ 8.08 3.69 22.48 -
YUV 41.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 86 1 133 0.35 0.99 0 0.48 278.64 0.99 0.26
Hex 56 1 85 23 63 0 30 117 63 1A
Octal 126 1 205 43 143 0 60 427 143 32
Binary 1010110 1 10000101 100011 1100011 0 110000 100010111 1100011 11010

Color Harmonies of #560185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560185

Black with #560185

Text Example


Text Example

White with #560185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560185; }

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

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

background-color css

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

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

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

border-color css

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

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

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