Html Css Color HEX #560892 Indigo

📋 copy color: '#560892'

red 86 ◦ green 8 ◦ blue 146

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

Shades of Indigo #560892

Tints of Indigo #560892

RGB

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

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

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

R = 35.83%
G = 3.33%
B = 60.83%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560892 (or 0x560892) is known color: Indigo. HEX triplet: 56, 08 and 92. RGB value is (86,8,146). Sum of RGB (Red+Green+Blue) = 86+8+146=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #560892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560892 is #A9F76D. Grayscale: #2E2E2E. Windows color (decimal): -11138926 or 9570390. OLE color: 9570390.

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

Color convert

RGB 86 8 146 -
CMYK 0.41 0.95 0 0.43
HSL 273.91º 0.9% 0.3% -
HSV(B) 273.91º 0.95% 0.57% -
XYZ 9.11 4.23 27.53 -
YUV 47.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 86 8 146 0.41 0.95 0 0.43 273.91 0.9 0.3
Hex 56 8 92 29 5F 0 2B 112 5A 1E
Octal 126 10 222 51 137 0 53 422 132 36
Binary 1010110 1000 10010010 101001 1011111 0 101011 100010010 1011010 11110

Color Harmonies of #560892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560892

Black with #560892

Text Example


Text Example

White with #560892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560892; }

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

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

background-color css

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

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

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

border-color css

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

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

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