Html Css Color HEX #560292 Indigo

📋 copy color: '#560292'

red 86 ◦ green 2 ◦ blue 146

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

Shades of Indigo #560292

Tints of Indigo #560292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 36.75%
G = 0.85%
B = 62.39%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560292 (or 0x560292) is known color: Indigo. HEX triplet: 56, 02 and 92. RGB value is (86,2,146). Sum of RGB (Red+Green+Blue) = 86+2+146=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #560292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560292 is #A9FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11140462 or 9568854. OLE color: 9568854.

HSL color Cylindrical-coordinate representation of color #560292: hue angle of 275º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560292 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 2 146 -
CMYK 0.41 0.99 0 0.43
HSL 275º 0.97% 0.29% -
HSV(B) 275º 0.99% 0.57% -
XYZ 9.05 4.1 27.51 -
YUV 43.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 86 2 146 0.41 0.99 0 0.43 275 0.97 0.29
Hex 56 2 92 29 63 0 2B 113 61 1D
Octal 126 2 222 51 143 0 53 423 141 35
Binary 1010110 10 10010010 101001 1100011 0 101011 100010011 1100001 11101

Color Harmonies of #560292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560292

Black with #560292

Text Example


Text Example

White with #560292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560292; }

 p { color: rgb(86,2,146); }

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

background-color css

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

 a { background-color: rgb(86,2,146); }

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

border-color css

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

 span { border-color: rgb(86,2,146); }

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